diff options
Diffstat (limited to 'heat/ONAP')
-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 ddc5dd0e..d69757e2 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -1786,7 +1786,7 @@ resources: type: OS::Nova::Server properties: image: { get_param: ubuntu_1604_image } - flavor: { get_param: flavor_large } + flavor: { get_param: flavor_xlarge } name: str_replace: template: base-dcae |