diff options
Diffstat (limited to 'heat/vLB_HPA')
-rw-r--r-- | heat/vLB_HPA/base_vlb.yaml | 6 | ||||
-rw-r--r-- | heat/vLB_HPA/dnsscaling.yaml | 2 | ||||
-rw-r--r-- | heat/vLB_HPA/vLB_SRIOV_NIC/base_vlb.yaml | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/heat/vLB_HPA/base_vlb.yaml b/heat/vLB_HPA/base_vlb.yaml index e0276264..7364c9da 100644 --- a/heat/vLB_HPA/base_vlb.yaml +++ b/heat/vLB_HPA/base_vlb.yaml @@ -1,7 +1,7 @@ ########################################################################## # #==================LICENSE_START========================================== -# +# # # Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. # @@ -194,12 +194,12 @@ resources: my_keypair: type: OS::Nova::KeyPair properties: - name: + name: str_replace: template: base_rand params: base: { get_param: key_name } - rand: { get_resource: random-str } + rand: { get_resource: random-str } public_key: { get_param: pub_key } save_private_key: false diff --git a/heat/vLB_HPA/dnsscaling.yaml b/heat/vLB_HPA/dnsscaling.yaml index 235bec84..32c711bc 100644 --- a/heat/vLB_HPA/dnsscaling.yaml +++ b/heat/vLB_HPA/dnsscaling.yaml @@ -1,7 +1,7 @@ ########################################################################## # #==================LICENSE_START========================================== -# +# # # Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. # diff --git a/heat/vLB_HPA/vLB_SRIOV_NIC/base_vlb.yaml b/heat/vLB_HPA/vLB_SRIOV_NIC/base_vlb.yaml index 2b329075..0c4e5387 100644 --- a/heat/vLB_HPA/vLB_SRIOV_NIC/base_vlb.yaml +++ b/heat/vLB_HPA/vLB_SRIOV_NIC/base_vlb.yaml @@ -1,7 +1,7 @@ ########################################################################## # #==================LICENSE_START========================================== -# +# # # Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. # @@ -230,12 +230,12 @@ resources: my_keypair: type: OS::Nova::KeyPair properties: - name: + name: str_replace: template: base_rand params: base: { get_param: key_name } - rand: { get_resource: random-str } + rand: { get_resource: random-str } public_key: { get_param: pub_key } save_private_key: false |