configure nm node
diff --git a/xos/configurations/cord/dataplane/dataplane-vtn.yaml b/xos/configurations/cord/dataplane/dataplane-vtn.yaml
index c53bd1e..f6561b5 100644
--- a/xos/configurations/cord/dataplane/dataplane-vtn.yaml
+++ b/xos/configurations/cord/dataplane/dataplane-vtn.yaml
@@ -1,5 +1,5 @@
---
-- hosts: baremetal
+- hosts: baremetal:nm
user: root
sudo: no
@@ -20,4 +20,12 @@
- name: Delete br-int
shell: ovs-vsctl show | grep -i br-int > /dev/null && ovs-vsctl del-br br-int
- ignore_errors: yes
\ No newline at end of file
+ ignore_errors: yes
+
+- hosts: nm
+
+ user: root
+ sudo: no
+ tasks:
+ - name: stop neutron dhcp agent
+ service: name=neutron-dhcp-agent state=stopped