From a8386de2f63cba3adf0042c1a14f0342fe333551 Mon Sep 17 00:00:00 2001 From: spisarski Date: Thu, 14 Jun 2018 15:42:11 -0600 Subject: Removing flavor metadata from test heat template. Tests can break with this setting. Change-Id: Idab15bc5d83f8d88a08c46c71fb179c1e3d0282b Signed-off-by: spisarski --- snaps/openstack/tests/heat/floating_ip_heat_template.yaml | 4 ---- 1 file changed, 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 -- cgit 1.2.3-korg