Fix typo in ironic prechecks
Before this change ironic prechecks failed with the error:
'tenant_network_types' is undefined
This problem appears to have been introduced in:
296ddbeb03
Closes-Bug: #1714946
Change-Id: I609ae20c4558370a0a8c4c316cd47cbd1d086331
This commit is contained in:
parent
8c30163853
commit
d9a11a3a07
@ -44,5 +44,5 @@
|
||||
- name: Looking for 'flat' in tenant network types
|
||||
local_action: fail msg="'flat' is not in neutron_tenant_network_types [{{ neutron_tenant_network_types }}]"
|
||||
changed_when: false
|
||||
when: tenant_network_types.find('flat') == -1
|
||||
when: neutron_tenant_network_types.find('flat') == -1
|
||||
run_once: true
|
||||
|
Loading…
Reference in New Issue
Block a user