aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml')
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml18
1 files changed, 5 insertions, 13 deletions
diff --git a/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml b/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml
index 797396c..248f780 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml
@@ -38,25 +38,17 @@
#
# VERSION: '1.0.0'
----
-outputs:
- int_extnet_net_id:
- value: { get_resource: int_extnet_net_id }
+parameters:
int_intranet_net_name:
- value: { get_param: int_intranet_net_name }
-
+ type: string
resources:
int_intranet_network:
type: OS::Neutron::Net
- properties:
- name: { get_param: int_intranet_net_name }
- int_extnet_network:
- type: OS::Neutron::Net
+outputs:
-parameters:
- int_intranet_net_name:
- type: string
+ int_intranet_net_id:
+ value: { get_resource: int_intranet_network }