aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-04-13 09:52:01 +0300
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-04-13 09:52:01 +0300
commit7862388ffbecbcaa86bb3efbddf6e5ced1949987 (patch)
treed0f11ec8695936e83b05cc0e67713c5101ab59b7
parent3e8b6289d708a858baa8460867926f871ab49ec0 (diff)
Use underscore for Aodh and Gnocchi's container names
The rest of the services are using underscores, so this helps uniformity. Change-Id: I4ce3cc76f430a19fa08c77b004b86ecad02119ae
-rw-r--r--docker/services/aodh-api.yaml4
-rw-r--r--docker/services/gnocchi-api.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/docker/services/aodh-api.yaml b/docker/services/aodh-api.yaml
index 32294958..38177220 100644
--- a/docker/services/aodh-api.yaml
+++ b/docker/services/aodh-api.yaml
@@ -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
diff --git a/docker/services/gnocchi-api.yaml b/docker/services/gnocchi-api.yaml
index 659785aa..0108d2ae 100644
--- a/docker/services/gnocchi-api.yaml
+++ b/docker/services/gnocchi-api.yaml
@@ -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