diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2017-11-15 13:44:48 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2017-11-15 13:44:48 +0100 |
commit | ddada92b83aea1a7c9535eed03ab965ec7388cfb (patch) | |
tree | 0647aea267fd15a633abd4fe758c0a632a37a2e1 /heat/ONAP/onap_openstack.yaml | |
parent | 56a26b99554513227ed896bfc0ecb6022c5e4d0f (diff) |
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 <sylvain.desbureaux@orange.com>
Diffstat (limited to 'heat/ONAP/onap_openstack.yaml')
-rw-r--r-- | heat/ONAP/onap_openstack.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |