Merge "ovs: force to secure fail mode by default"

This commit is contained in:
Zuul 2018-10-19 17:21:05 +00:00 committed by Gerrit Code Review
commit 467c377718
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
- name: Setup External Network Provider Bridge - name: Setup External Network Provider Bridge
openvswitch_bridge: openvswitch_bridge:
bridge: "{{ neutron_provider_networks.network_mappings.split(':')[1] }}" bridge: "{{ neutron_provider_networks.network_mappings.split(':')[1] }}"
fail_mode: secure
state: present state: present
when: when:
- neutron_services['neutron-l3-agent']['group'] in group_names - neutron_services['neutron-l3-agent']['group'] in group_names