From 66f3944db73749cc119182f004872bd3cbf7d661 Mon Sep 17 00:00:00 2001 From: Vikram Hosakote <vhosakot@cisco.com> Date: Mon, 21 Mar 2016 00:59:04 +0000 Subject: [PATCH] Fix Linux bridge reconfig issue This bug was reported by eandersson in IRC today. TrivialFix Change-Id: I3100d2bc567f641894817bd9cf3b2213416085b2 --- ansible/roles/neutron/tasks/do_reconfigure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/neutron/tasks/do_reconfigure.yml b/ansible/roles/neutron/tasks/do_reconfigure.yml index 6441c96f3..64fe7d21e 100644 --- a/ansible/roles/neutron/tasks/do_reconfigure.yml +++ b/ansible/roles/neutron/tasks/do_reconfigure.yml @@ -37,7 +37,7 @@ - name: Ensuring the neutron_linuxbridge_agent container is up kolla_docker: - name: neutron_openvswitch_agent + name: neutron_linuxbridge_agent action: "get_container_state" register: container_state failed_when: container_state.Running == false -- GitLab