Merge "Use underscore for Aodh and Gnocchi's container names"

This commit is contained in:
Jenkins 2017-04-19 05:26:58 +00:00 committed by Gerrit Code Review
commit 8137335445
2 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ outputs:
command: /usr/sbin/httpd -DFOREGROUND
docker_config:
step_3:
aodh-init-log:
aodh_init_log:
start_order: 0
image: *aodh_image
user: root
@ -82,7 +82,7 @@ outputs:
- logs:/var/log
command: /usr/bin/aodh-dbsync
step_4:
aodh-api:
aodh_api:
image: *aodh_image
net: host
privileged: false

View File

@ -62,7 +62,7 @@ outputs:
command: /usr/sbin/httpd -DFOREGROUND
docker_config:
step_3:
gnocchi-init-log:
gnocchi_init_log:
start_order: 0
image: *gnocchi_image
user: root
@ -82,7 +82,7 @@ outputs:
- logs:/var/log
command: ["/usr/bin/gnocchi-upgrade", "--skip-storage"]
step_4:
gnocchi-api:
gnocchi_api:
image: *gnocchi_image
net: host
privileged: false