X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=snaps%2Fopenstack%2Ftests%2Fheat%2Ffloating_ip_heat_template.yaml;fp=snaps%2Fopenstack%2Ftests%2Fheat%2Ffloating_ip_heat_template.yaml;h=e64c7fc457d137144ab830afebfd80ddc0d09e2c;hb=0dacfaa2fbd2dfe7fc9d438b9350a0187506e61c;hp=40626b9b092928601d79e536de53c13dde44f9c1;hpb=d75a13621de68b122189301a761b3802f9b86ef1;p=snaps.git diff --git a/snaps/openstack/tests/heat/floating_ip_heat_template.yaml b/snaps/openstack/tests/heat/floating_ip_heat_template.yaml index 40626b9..e64c7fc 100644 --- a/snaps/openstack/tests/heat/floating_ip_heat_template.yaml +++ b/snaps/openstack/tests/heat/floating_ip_heat_template.yaml @@ -41,6 +41,10 @@ parameters: label: Instance Flavor for second VM description: Flavor name for the second instance default: m1.med + flavor_extra_specs: + type: json + description: Instance Flavor extra specs + default: {} net_name: type: string label: Test network name @@ -88,12 +92,14 @@ resources: ram: 1024 vcpus: 2 disk: 2 + extra_specs: { get_param: flavor_extra_specs } flavor2: type: OS::Nova::Flavor properties: ram: 1024 vcpus: 2 disk: 2 + extra_specs: { get_param: flavor_extra_specs } network: type: OS::Neutron::Net