summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2018-06-14 15:42:11 -0600
committerspisarski <s.pisarski@cablelabs.com>2018-06-14 15:42:11 -0600
commita8386de2f63cba3adf0042c1a14f0342fe333551 (patch)
tree44c293fc674081507c2590580c4dbe1a48f06496
parentcdcf4e4b977ad2a7ccbe18d99302f26367623ced (diff)
Removing flavor metadata from test heat template.
Tests can break with this setting. Change-Id: Idab15bc5d83f8d88a08c46c71fb179c1e3d0282b Signed-off-by: spisarski <s.pisarski@cablelabs.com>
-rw-r--r--snaps/openstack/tests/heat/floating_ip_heat_template.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/snaps/openstack/tests/heat/floating_ip_heat_template.yaml b/snaps/openstack/tests/heat/floating_ip_heat_template.yaml
index c8a5f1d..a191acc 100644
--- a/snaps/openstack/tests/heat/floating_ip_heat_template.yaml
+++ b/snaps/openstack/tests/heat/floating_ip_heat_template.yaml
@@ -88,16 +88,12 @@ resources:
ram: 1024
vcpus: 2
disk: 2
- extra_specs:
- hw:mem_page_size: large
flavor2:
type: OS::Nova::Flavor
properties:
ram: 1024
vcpus: 2
disk: 2
- extra_specs:
- hw:mem_page_size: large
network:
type: OS::Neutron::Net