ebf4afdad0
Change-Id: Ia1fa141acd7233f0c9dd30dd3d13e31cf1a2fb8e
17 lines
378 B
YAML
17 lines
378 B
YAML
---
|
|
- include_tasks: register.yml
|
|
when: inventory_hostname in groups['neutron-server']
|
|
|
|
- include_tasks: config.yml
|
|
|
|
- include_tasks: config-neutron-fake.yml
|
|
when:
|
|
- enable_nova_fake | bool
|
|
- inventory_hostname in groups['compute']
|
|
|
|
- include_tasks: bootstrap.yml
|
|
when: inventory_hostname in groups['neutron-server']
|
|
|
|
- name: Flush Handlers
|
|
meta: flush_handlers
|