Merge "Fix typo in ironic prechecks"
This commit is contained in:
commit
37fe6207b2
@ -44,5 +44,5 @@
|
|||||||
- name: Looking for 'flat' in tenant network types
|
- name: Looking for 'flat' in tenant network types
|
||||||
local_action: fail msg="'flat' is not in neutron_tenant_network_types [{{ neutron_tenant_network_types }}]"
|
local_action: fail msg="'flat' is not in neutron_tenant_network_types [{{ neutron_tenant_network_types }}]"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
when: tenant_network_types.find('flat') == -1
|
when: neutron_tenant_network_types.find('flat') == -1
|
||||||
run_once: true
|
run_once: true
|
||||||
|
Loading…
Reference in New Issue
Block a user