From 14b6578d2d40a3335d361ad234accb804245e3e4 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Wed, 20 Sep 2017 13:46:12 +0400 Subject: [PATCH] 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 --- snaps/openstack/tests/heat/floating_ip_heat_template.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.16.6