diff options
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/rapid.yaml')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/openstackrapid/rapid.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/rapid.yaml b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/rapid.yaml index 63778c1c..a5da4e28 100644 --- a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/rapid.yaml +++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/rapid.yaml @@ -51,6 +51,10 @@ parameters: type: string description: The Availability Zone to launch the instance. default: nova + vm1_availability_zone: + type: string + description: The Availability Zone to launch the instance. + default: nova resources: vm1_admin_port: @@ -73,7 +77,7 @@ resources: vm1: type: OS::Nova::Server properties: - availability_zone: { get_param: availability_zone } + availability_zone: { get_param: vm1_availability_zone } user_data: get_file: prox_user_data.sh key_name: { get_param: key } @@ -146,7 +150,7 @@ outputs: description: Number of VMs created by this stack value: 2 vm1_private_ip: - description: IP address ofVM1 admin port + description: IP address of VM1 admin port value: { get_attr: [vm1_admin_port, fixed_ips, 0, ip_address] } vm1_public_ip: description: Floating IP address of VM1 in public network |