Merge "Fix Linux bridge reconfig issue"

This commit is contained in:
Jenkins 2016-03-21 03:08:00 +00:00 committed by Gerrit Code Review
commit 39ac7fab7b

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