aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_no_image_files/pass/pass.yaml
blob: 86da04ef90b28a2594007558fffd429f0ca923ac (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: string

resources:

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