From: chenshuai@huawei.com Date: Mon, 15 Feb 2016 03:45:04 +0000 (+0800) Subject: bugfix: remove neutron ovs plugin service files X-Git-Tag: colorado.1.0~183^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F9945%2F1;p=compass4nfv.git bugfix: remove neutron ovs plugin service files JIRA: COMPASS-311 Change-Id: Iebfb873a7fa3ea98fab61e6e8c42317c860eb982 Signed-off-by: chenshuai@huawei.com --- 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