Merge "List and map compute hosts by service instead of by compute node."

This commit is contained in:
Zuul 2018-05-10 08:53:03 +00:00 committed by Gerrit Code Review
commit d3f496ec7f

View File

@ -50,7 +50,7 @@
- name: Discovering nova hosts
command: >
docker exec nova_api nova-manage cell_v2 discover_hosts
docker exec nova_api nova-manage cell_v2 discover_hosts --by-service
register: discover_hosts
changed_when: False
run_once: True