Merge "Remove check flat network type task in ironic pre-check.yml" into stable/pike

This commit is contained in:
Zuul 2017-11-09 11:23:41 +00:00 committed by Gerrit Code Review
commit 886dd392ed
1 changed files with 0 additions and 6 deletions

View File

@ -40,9 +40,3 @@
with_items:
- "ironic-agent.kernel"
- "ironic-agent.initramfs"
- 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: neutron_tenant_network_types.find('flat') == -1
run_once: true