diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-04-18 15:48:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-18 15:48:26 +0000 |
commit | 47579b964bc1dea3347d5c33b07a9a59f40e62dc (patch) | |
tree | ccfec5185280016a57052641413f2c2ae854382f /heat/ONAP | |
parent | 9d24613c1bb344a30cb6451ea202cee96ffd8168 (diff) | |
parent | a893b43c789f3b43cc1d1e53ae0c88d7d5b9471f (diff) |
Merge "Update DCAE IP and port for VNFs"
Diffstat (limited to 'heat/ONAP')
-rw-r--r-- | heat/ONAP/onap_openstack_light.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/ONAP/onap_openstack_light.yaml b/heat/ONAP/onap_openstack_light.yaml index 6404d1c7..64e1e450 100644 --- a/heat/ONAP/onap_openstack_light.yaml +++ b/heat/ONAP/onap_openstack_light.yaml @@ -1699,7 +1699,7 @@ resources: flavor: { get_param: flavor_small } name: str_replace: - template: base-dcae-bootstrap + template: base-dcae params: base: { get_param: vm_base_name } key_name: { get_resource: vm_key } |