summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/tests/heat/floating_ip_heat_template.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'snaps/openstack/tests/heat/floating_ip_heat_template.yaml')
-rw-r--r--snaps/openstack/tests/heat/floating_ip_heat_template.yaml12
1 files 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