From: chenshuai@huawei.com Date: Fri, 4 Dec 2015 09:33:47 +0000 (+0800) Subject: bugfix: change "remove br-int " to "remove br-int flows" X-Git-Tag: brahmaputra.1.0~140^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=19ac0771512cab82143be2787f149bd7dca9b8a1;p=compass4nfv.git bugfix: change "remove br-int " to "remove br-int flows" JIRA: COMPASS-181 Change-Id: I2cf91020e0af2e51a8c04fd980fee40a6acf6607 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 e52b18ff..fe04963c 100755 --- a/deploy/adapters/ansible/roles/odl_cluster/tasks/openvswitch.yml +++ b/deploy/adapters/ansible/roles/odl_cluster/tasks/openvswitch.yml @@ -19,7 +19,7 @@ - name: Stop the Open vSwitch service and clear existing OVSDB shell: > - ovs-vsctl del-br br-int ; + ovs-ofctl del-flows br-int ; ovs-vsctl del-br br-tun ; ovs-vsctl del-manager ;