diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-01 19:54:00 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-01 19:54:00 +0000 |
commit | ebee7ecfa70b5defe897995c72effa60538ccffc (patch) | |
tree | 9ac4618f3bbbf7bb57711d4c8a4962e5b06c81fc | |
parent | b889a4b5b3be37ee1dabb60ddce519af84b15b22 (diff) | |
parent | b8695b8b2e0713846a929f057d80c94135f50efe (diff) |
Merge "Associate unmapped hosts with cell mappings"
-rw-r--r-- | docker/services/nova-api.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docker/services/nova-api.yaml b/docker/services/nova-api.yaml index 26ae514a..0cf1b859 100644 --- a/docker/services/nova-api.yaml +++ b/docker/services/nova-api.yaml @@ -132,3 +132,13 @@ outputs: - /etc/localtime:/etc/localtime:ro environment: - KOLLA_CONFIG_STRATEGY=COPY_ALWAYS + nova_api_discover_hosts: + start_order: 3 + image: *nova_api_image + net: host + detach: false + volumes: *nova_api_volumes + command: + - '/usr/bin/nova-manage' + - 'cell_v2' + - 'discover_hosts' |