diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-11 14:21:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-11 14:21:40 +0000 |
commit | 3d4a90e07accddbe8fde26df1335f12f87241b72 (patch) | |
tree | 97855b4cf402a16c8a27804e9e7fd64fced2563f /heat/ONAP/onap_openstack.yaml | |
parent | bec4c697c2dc3cddb33fa9e3b595268a626cb26f (diff) | |
parent | 757a0f1ccd60aecd3d22d49a3c88a4b8b452fbcb (diff) |
Merge "Add dashboard to Clamp VM"
Diffstat (limited to 'heat/ONAP/onap_openstack.yaml')
-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 e2dc3abd..decb41c6 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -1794,7 +1794,7 @@ resources: type: OS::Nova::Server properties: image: { get_param: ubuntu_1604_image } - flavor: { get_param: flavor_medium } + flavor: { get_param: flavor_large } name: str_replace: template: base-clamp |