2016-01-26 11:22:54 -06:00
|
|
|
---
|
2016-02-26 15:53:42 +00:00
|
|
|
- include: config.yml
|
|
|
|
|
|
|
|
- include: config-neutron-fake.yml
|
|
|
|
when:
|
|
|
|
- inventory_hostname in groups['compute']
|
|
|
|
- enable_nova_fake | bool
|
|
|
|
|
|
|
|
- include: bootstrap_service.yml
|
|
|
|
when: inventory_hostname in groups['neutron-server']
|
|
|
|
|
2017-01-24 11:25:17 +08:00
|
|
|
- name: Flush Handlers
|
|
|
|
meta: flush_handlers
|