Use underscore for Aodh and Gnocchi's container names
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Thu, 13 Apr 2017 06:52:01 +0000 (09:52 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Thu, 13 Apr 2017 06:52:01 +0000 (09:52 +0300)
The rest of the services are using underscores, so this helps
uniformity.

Change-Id: I4ce3cc76f430a19fa08c77b004b86ecad02119ae

docker/services/aodh-api.yaml
docker/services/gnocchi-api.yaml

index 3229495..3817722 100644 (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
index 659785a..0108d2a 100644 (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