From ddada92b83aea1a7c9535eed03ab965ec7388cfb Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Wed, 15 Nov 2017 13:44:48 +0100 Subject: [PATCH] fill __docker_version__ in robot_vm template __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 --- heat/ONAP/onap_openstack.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml index e916b5dd..27f53270 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -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 -- 2.16.6