a4beb63c20
Partially-implements: blueprint better-reconfigure Change-Id: I3879b9339b54e1d063dd1c4673bac85ced333335
14 lines
282 B
YAML
14 lines
282 B
YAML
---
|
|
- 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']
|
|
|
|
- name: Flush Handlers
|
|
meta: flush_handlers
|