aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_network_format/pass/valid_heat_template.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/fixtures/test_network_format/pass/valid_heat_template.yaml')
-rw-r--r--ice_validator/tests/fixtures/test_network_format/pass/valid_heat_template.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/ice_validator/tests/fixtures/test_network_format/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_network_format/pass/valid_heat_template.yaml
index 83358b2..136e27b 100644
--- a/ice_validator/tests/fixtures/test_network_format/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_network_format/pass/valid_heat_template.yaml
@@ -59,10 +59,16 @@ resources:
properties:
network: { get_param: extnet_net_id }
- int_oam_net:
+ int_oam_network:
type: OS::Neutron::Net
properties:
name: { get_param: int_oam_net_name }
+
+ int_oam_subnet:
+ type: OS::Neutron::Subnet
+ properties:
+ network: { get_resource: int_oam_network }
+
vm_type_1_int_oam_1_port:
type: OS::Neutron::Port
properties: