X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FvFW_NextGen%2Ftemplates%2Fbase_template.yaml;h=9184fdafcbe51e438e897bfa243789f7ffaccb67;hb=07cad37303fc6a64fa0f6bf5f99d3a9fab2ccceb;hp=1804fdda9d96abe02e389ec8a5e98d8f19b3bd44;hpb=8332cbbf4e68f68a5927403be646c26ab9667fae;p=demo.git 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