Merge "Ignore create_cells and discover_computes when nova-api is disabled"
This commit is contained in:
commit
c11ada4148
@ -22,8 +22,10 @@
|
|||||||
inventory_hostname in groups['compute']
|
inventory_hostname in groups['compute']
|
||||||
|
|
||||||
- include_tasks: create_cells.yml
|
- include_tasks: create_cells.yml
|
||||||
|
when: inventory_hostname in groups['nova-api']
|
||||||
|
|
||||||
- name: Flush handlers
|
- name: Flush handlers
|
||||||
meta: flush_handlers
|
meta: flush_handlers
|
||||||
|
|
||||||
- include_tasks: discover_computes.yml
|
- include_tasks: discover_computes.yml
|
||||||
|
when: inventory_hostname in groups['nova-api']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user