kolla/ansible/roles/neutron/tasks/ironic-check.yml

7 lines
214 B
YAML

---
# TODO(SamYaple): run verification checks at start of playbook
- fail: msg="neutron_plugin_agent must use openvswitch with Ironic"
when:
- enable_ironic | bool
- neutron_plugin_agent != "openvswitch"