Merge "Ignore create_cells and discover_computes when nova-api is disabled"

This commit is contained in:
Zuul 2019-09-18 11:43:18 +00:00 committed by Gerrit Code Review
commit c11ada4148

View File

@ -22,8 +22,10 @@
inventory_hostname in groups['compute']
- include_tasks: create_cells.yml
when: inventory_hostname in groups['nova-api']
- name: Flush handlers
meta: flush_handlers
- include_tasks: discover_computes.yml
when: inventory_hostname in groups['nova-api']