From: Michael Polenchuk Date: Wed, 20 Sep 2017 09:46:12 +0000 (+0400) Subject: Reduce flavor resources of heat template X-Git-Tag: opnfv-6.0.0~105 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F42501%2F1;p=snaps.git Reduce flavor resources of heat template In order to pass the HeatUtilsCreateComplexStackTests request an affordable amount of compute resources. Change-Id: I7d99435ce9500cc96e2e25828f1a804687df69e0 Signed-off-by: Michael Polenchuk --- diff --git a/snaps/openstack/tests/heat/floating_ip_heat_template.yaml b/snaps/openstack/tests/heat/floating_ip_heat_template.yaml index 9da1cb7..e09515e 100644 --- a/snaps/openstack/tests/heat/floating_ip_heat_template.yaml +++ b/snaps/openstack/tests/heat/floating_ip_heat_template.yaml @@ -80,15 +80,15 @@ resources: flavor1: type: OS::Nova::Flavor properties: - ram: 4096 - vcpus: 4 - disk: 4 + ram: 1024 + vcpus: 2 + disk: 2 flavor2: type: OS::Nova::Flavor properties: - ram: 4096 - vcpus: 4 - disk: 4 + ram: 1024 + vcpus: 2 + disk: 2 network: type: OS::Neutron::Net