aboutsummaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
authorchenshuai@huawei.com <chenshuai@huawei.com>2016-02-15 09:06:40 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-02-15 09:06:40 +0000
commit00ba12cbc900cb1cb38bee938544cc95583ab416 (patch)
tree4019871bd9874221ebed69ae5fa4ee2a63376196 /deploy
parent3e403c85966b8f21996089318a1f8689d6a1248f (diff)
parenta1870aafabbbed9ddcd7a01fd2395e33992a5352 (diff)
Merge "bugfix: remove neutron ovs plugin service files"
Diffstat (limited to 'deploy')
-rwxr-xr-xdeploy/adapters/ansible/roles/odl_cluster/tasks/openvswitch.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/odl_cluster/tasks/openvswitch.yml b/deploy/adapters/ansible/roles/odl_cluster/tasks/openvswitch.yml
index 5e3af067..0431d82a 100755
--- a/deploy/adapters/ansible/roles/odl_cluster/tasks/openvswitch.yml
+++ b/deploy/adapters/ansible/roles/odl_cluster/tasks/openvswitch.yml
@@ -34,7 +34,10 @@
# shell: service openvswitch-switch restart;
- name: remove Neutron's openvswitch agent services
- shell: update-rc.d -f neutron-plugin-openvswitch-agent remove
+ shell: >
+ update-rc.d -f neutron-plugin-openvswitch-agent remove;
+ mv /etc/init.d/neutron-plugin-openvswitch-agent /home/neutron-plugin-openvswitch-agent;
+ mv /etc/init/neutron-plugin-openvswitch-agent.conf /home/neutron-plugin-openvswitch-agent.conf;
- name: Check External network
shell: ovs-vsctl list-br | grep br-prv