diff options
author | Marco Platania <platania@research.att.com> | 2018-10-19 13:04:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-19 13:04:18 +0000 |
commit | e78a388ab411fe7145c5fd4197a5013c9b97cbfe (patch) | |
tree | d4e22617380204cda7c4850badb146178e753e0a /heat/vFW_NextGen/templates/base_template.yaml | |
parent | e766ea324ebd456224f66d77e59f8d4c954bc5aa (diff) | |
parent | 07cad37303fc6a64fa0f6bf5f99d3a9fab2ccceb (diff) |
Merge "Do not prepand randomo str in key for vFW_NextGen"
Diffstat (limited to 'heat/vFW_NextGen/templates/base_template.yaml')
-rw-r--r-- | heat/vFW_NextGen/templates/base_template.yaml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/heat/vFW_NextGen/templates/base_template.yaml b/heat/vFW_NextGen/templates/base_template.yaml index 1804fdda..9184fdaf 100644 --- a/heat/vFW_NextGen/templates/base_template.yaml +++ b/heat/vFW_NextGen/templates/base_template.yaml @@ -74,20 +74,10 @@ parameters: ############# resources: - random-str: - type: OS::Heat::RandomString - properties: - length: 4 - my_keypair: type: OS::Nova::KeyPair properties: - name: - str_replace: - template: base_rand - params: - base: { get_param: key_name } - rand: { get_resource: random-str } + name: { get_param: key_name } public_key: { get_param: pub_key } save_private_key: false |