X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openstack-hot%2Fapex-server.yaml;h=6a483c63e00729c59f969f113814a7787a162141;hb=32e2d836e744077e3878000e136445d403584982;hp=0b7b86cd33fd64bcfda57c718e67d36c04ca7986;hpb=d0747fdc19c201836c73839f0716d2a4c2cea544;p=releng%2Fbuilder.git diff --git a/openstack-hot/apex-server.yaml b/openstack-hot/apex-server.yaml index 0b7b86cd3..6a483c63e 100644 --- a/openstack-hot/apex-server.yaml +++ b/openstack-hot/apex-server.yaml @@ -28,14 +28,11 @@ parameters: vm_image: type: string description: VM Image to spin up + vm_network: + type: string + description: VM network resources: - port: - type: "OS::Neutron::Port" - properties: - allowed_address_pairs: - - ip_address: 192.0.2.0/24 - network: APEX_192_network instance: type: "OS::Nova::Server" properties: @@ -55,4 +52,4 @@ resources: "GROUP": {get_param: group} "INDEX": {get_param: index} networks: - - port: {get_resource: port} + - network: {get_param: vm_network}