aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_neutron_port_network_parameter/fail/fail.yaml
blob: 8beb00a013cbaf89e75fb37c003deacfc44fdf45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
heat_template_version: 2015-04-30

description: fdsafsfsa

parameters:

  # network cloud
  testnetwork:
    type: snafjsa

resources:

  testport:
    type: OS::Neutron::Port
    properties:
      network: { get_param: testnetwork }