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

Merge "Do not failed when there is no nova-compute is running"

parents cb5a2878 af2acb25
No related branches found
No related tags found
No related merge requests found
......@@ -26,5 +26,8 @@
changed_when:
- cell_setup | success
- '"Cell0 is already setup" not in cell_setup.stdout'
failed_when:
- cell_setup.rc != 0
- '"No hosts found to map to cell, exiting." not in cell_setup.stdout'
run_once: True
delegate_to: "{{ groups['nova-api'][0] }}"
......@@ -228,6 +228,7 @@ api_paste_config = /etc/nova/api-paste.ini
[scheduler]
max_attempts = 10
discover_hosts_in_cells_interval = 60
# TODO(sdake): rework this hacky workaround after the placement API is
# implemented in the Kolla-kubernetes deliverable.
......
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