Fix Linux bridge reconfig issue

This bug was reported by eandersson in IRC today.

TrivialFix

Change-Id: I3100d2bc567f641894817bd9cf3b2213416085b2
This commit is contained in:
Vikram Hosakote 2016-03-21 00:59:04 +00:00
parent 37e67ef3ed
commit 66f3944db7

View File

@ -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