ovs: force to secure fail mode by default

The upstream Ansible module seems to pass through a 'None' when
creating the port with safe_mode missing which breaks.  This patch
forces it to the Neutron required mode of 'secure'.

Change-Id: I5a171ee83edcfa152b944e0bc39a90f2a8546916
This commit is contained in:
Mohammed Naser 2018-10-19 15:35:35 +02:00
parent 161fb3cd84
commit 24103ca169
1 changed files with 1 additions and 0 deletions

View File

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