Reduce flavor resources of heat template 01/42501/1
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Wed, 20 Sep 2017 09:46:12 +0000 (13:46 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Wed, 20 Sep 2017 09:51:55 +0000 (13:51 +0400)
In order to pass the HeatUtilsCreateComplexStackTests
request an affordable amount of compute resources.

Change-Id: I7d99435ce9500cc96e2e25828f1a804687df69e0
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
snaps/openstack/tests/heat/floating_ip_heat_template.yaml

index 9da1cb7..e09515e 100644 (file)
@@ -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