Replace outdated instruction with link to upstream doc
[apex-tripleo-heat-templates.git] / docker / services / tacker.yaml
index 2fc99d6..84175c5 100644 (file)
@@ -13,7 +13,7 @@ parameters:
     default: 'centos-binary-tacker:latest'
     type: string
   DockerTackerConfigImage:
-    description: image
+    description: The container image to use for the tacker config_volume
     default: 'centos-binary-tacker:latest'
     type: string
   EndpointMap:
@@ -82,9 +82,8 @@ outputs:
               recurse: true
       docker_config:
         # db sync runs before permissions set by kolla_config
-        step_3:
+        step_2:
           tacker_init_logs:
-            start_order: 0
             image: &tacker_image
               list_join:
                 - '/'
@@ -94,8 +93,8 @@ outputs:
             volumes:
               - /var/log/containers/tacker:/var/log/tacker
             command: ['/bin/bash', '-c', 'chown -R tacker:tacker /var/log/tacker']
+        step_3:
           tacker_db_sync:
-            start_order: 1
             image: *tacker_image
             net: host
             privileged: false