aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/pass/valid_heat_template.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/pass/valid_heat_template.yaml')
-rw-r--r--ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/pass/valid_heat_template.yaml14
1 files changed, 13 insertions, 1 deletions
diff --git a/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/pass/valid_heat_template.yaml
index f1b4f4d..b08c671 100644
--- a/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_fixed_ips_format_use_get_param/pass/valid_heat_template.yaml
@@ -91,4 +91,16 @@ resources:
network: { get_param: extnet_net_id }
fixed_ips:
- subnet_id: { get_param: extnet_subnet_id }
- - subnet_id: { get_param: extnet_v6_subnet_id } \ No newline at end of file
+ - subnet_id: { get_param: extnet_v6_subnet_id }
+ reserve_port_vm_type_1_network_role_a_floating_ip_0:
+ type: OS::Neutron::Port
+ properties:
+ network: { get_param: network_role_a_net_id }
+ fixed_ips:
+ - ip_address : { get_param: vm_type_1_network_role_a_floating_ip }
+ reserve_port_vm_type_1_network_role_a_floating_v6_ip_0:
+ type: OS::Neutron::Port
+ properties:
+ network: { get_param: network_role_a_net_id }
+ fixed_ips:
+ - ip_address : { get_param: vm_type_1_network_role_a_floating_v6_ip } \ No newline at end of file