Remove duplicate PreConfig definition
authorJiri Stransky <jistr@redhat.com>
Wed, 24 May 2017 13:00:22 +0000 (15:00 +0200)
committerJiri Stransky <jistr@redhat.com>
Wed, 24 May 2017 13:00:22 +0000 (15:00 +0200)
We had two exactly the same definitions of PreConfig in
docker_steps.j2.yaml. We should remove one of them.

I chose to remove the first definition, as the 2nd definition is amended
by change I674a4d9d2c77d1f6fbdb0996f6c9321848e32662, so we'll avoid a
conflict.

Change-Id: If65e30daefcf6552e085c7648c6691b7068834d4

docker/docker-steps.j2

index 030942e..86811b8 100644 (file)
@@ -102,13 +102,6 @@ resources:
       servers:  {get_param: [servers, {{role.name}}]}
       config: {get_resource: {{role.name}}ArtifactsConfig}
 
-  {{role.name}}PreConfig:
-    type: OS::TripleO::Tasks::{{role.name}}PreConfig
-    properties:
-      servers: {get_param: [servers, {{role.name}}]}
-      input_values:
-        update_identifier: {get_param: DeployIdentifier}
-
   {{role.name}}HostPrepConfig:
     type: OS::Heat::SoftwareConfig
     properties: