diff --git a/ansible/kolla-openstack.yml b/ansible/kolla-openstack.yml
index a87e0eb45665f31e66360b149f1ac032b021357a..051ef04d9bfa7612c50145547f27aeac8dfe7526 100644
--- a/ansible/kolla-openstack.yml
+++ b/ansible/kolla-openstack.yml
@@ -94,6 +94,7 @@
     switch_type_to_device_type:
       arista: netmiko_arista_eos
       dellos9: netmiko_dell_force10
+      dellos10: netmiko_dell_os10
       dell-powerconnect: netmiko_dell_powerconnect
       junos: netmiko_juniper
       openvswitch: netmiko_ovs_linux
diff --git a/releasenotes/notes/dellos10-support-ngs-24ba50803b4bf528.yaml b/releasenotes/notes/dellos10-support-ngs-24ba50803b4bf528.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..a659fb3229e423742c7a56fc7d1ca357133ee5f4
--- /dev/null
+++ b/releasenotes/notes/dellos10-support-ngs-24ba50803b4bf528.yaml
@@ -0,0 +1,4 @@
+---
+features:
+  - |
+    Adds support for using DellOS 10 switches with Networking Generic Switch.