From: spisarski Date: Thu, 14 Jun 2018 21:42:11 +0000 (-0600) Subject: Removing flavor metadata from test heat template. X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a8386de2f63cba3adf0042c1a14f0342fe333551;p=snaps.git Removing flavor metadata from test heat template. Tests can break with this setting. Change-Id: Idab15bc5d83f8d88a08c46c71fb179c1e3d0282b Signed-off-by: spisarski --- 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