[VVP] updating validation scripts in dublin
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_neutron_port_network_parameter / pass / pass.yaml
1 heat_template_version: 2015-04-30
2
3 description: fdsafsfsa
4
5 parameters:
6
7   # network cloud
8   testnetwork:
9     type: string
10
11 resources:
12
13   testport:
14     type: OS::Neutron::Port
15     properties:
16       network: { get_param: testnetwork }