Fix bug with vm_image_name in robot VM 03/47903/1
authorGary Wu <gary.i.wu@huawei.com>
Wed, 16 May 2018 20:31:12 +0000 (13:31 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 16 May 2018 20:31:12 +0000 (13:31 -0700)
Change-Id: I45c3df1ec7bd735217061517e6b83f49627b1034
Issue-ID: INT-407
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
heat/ONAP/onap_openstack.yaml

index ab2f4e9..21e0f59 100644 (file)
@@ -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