---
# enforce ironic usage only with openvswitch
- include: ironic-check.yml

- include: register.yml
  when: inventory_hostname in groups['neutron-server']

- include: config.yml

- include: config-neutron-fake.yml
  when:
    - enable_nova_fake | bool
    - inventory_hostname in groups['compute']

- include: bootstrap.yml
  when: inventory_hostname in groups['neutron-server']

- name: Flush Handlers
  meta: flush_handlers