fill __docker_version__ in robot_vm template 03/23603/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 15 Nov 2017 12:44:48 +0000 (13:44 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 15 Nov 2017 12:44:48 +0000 (13:44 +0100)
__docker_version__ was not filled before, causing the failure of robot
docker (can't start).
This patch solves it.

Change-Id: I5c75b7f587a4bf43126a6eb74f86c2bce967e908
Issue-ID: INT-336
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
heat/ONAP/onap_openstack.yaml

index e916b5d..27f5327 100644 (file)
@@ -900,6 +900,7 @@ resources:
             __public_net_id__: { get_param: public_net_id }
             __script_version__: { get_param: artifacts_version }
             __robot_repo__: { get_param: robot_repo }
+            __docker_version__: { get_param: robot_docker }
           template: |
             #!/bin/bash