diff options
-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 |