bugfix: modify wrong annotation 89/5389/1
authorchenshuai@huawei.com <chenshuai@huawei.com>
Thu, 31 Dec 2015 06:53:20 +0000 (14:53 +0800)
committerchenshuai@huawei.com <chenshuai@huawei.com>
Thu, 31 Dec 2015 06:54:08 +0000 (14:54 +0800)
JIRA: COMPASS-235

Change-Id: I60085e43ec22efa1c534d589c1f80b8ff9b0764c
Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
deploy/adapters/ansible/roles/odl_cluster/tasks/openvswitch.yml

index 3415131..ae9027c 100755 (executable)
@@ -44,7 +44,7 @@
 #  command: su -s /bin/sh -c "ovs-vsctl set-manager tcp:{{ internal_vip.ip }}:6640;"
 
 
-- name: recover br-int
+- name: set local ip in openvswitch
   shell: ovs-vsctl set Open_vSwitch $(ovs-vsctl show | head -n 1) other_config={'local_ip'=' {{ internal_ip }} '};
 
 #'