diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-05-16 13:31:12 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-05-16 13:31:12 -0700 |
commit | aa1bbe69b1d51fdd6ea243537488ed156ab9e269 (patch) | |
tree | 4c328db5e367150f1ec1f0516e4ab175f3d8da5d /heat | |
parent | c35b78cdac14f5a9cc0153e1345e653bddffc01c (diff) |
Fix bug with vm_image_name in robot VM
Change-Id: I45c3df1ec7bd735217061517e6b83f49627b1034
Issue-ID: INT-407
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'heat')
-rw-r--r-- | heat/ONAP/onap_openstack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml index ab2f4e99..21e0f599 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -1101,7 +1101,7 @@ resources: echo "__nbi_ip_addr__" > /opt/config/nbi_ip_addr.txt echo "__cloud_env__" > /opt/config/cloud_env.txt echo "__external_dns__" > /opt/config/external_dns.txt - echo "__vm_image_name__" > /opt/config/vm_image_name.txt + echo "__ubuntu_1404_image__" > /opt/config/vm_image_name.txt echo "__vm_flavor__" > /opt/config/vm_flavor.txt echo "__ubuntu_1404_image__" > /opt/config/ubuntu_1404_image.txt echo "__ubuntu_1604_image__" > /opt/config/ubuntu_1604_image.txt |