X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openstack-hot%2Fapex-server.yaml;h=6a483c63e00729c59f969f113814a7787a162141;hb=5a2a8c671eecc7ec41f92766896166561ade974c;hp=60a5b949319096c68266a20d6580c104c9b5ccc7;hpb=614b557c34fa15273cb3485c229e1d3833239d35;p=releng%2Fbuilder.git diff --git a/openstack-hot/apex-server.yaml b/openstack-hot/apex-server.yaml index 60a5b9493..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/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}