Skip to content
Snippets Groups Projects
Commit c11ada41 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents 6189a0c2 f1f12d70
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,10 @@ ...@@ -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']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment