X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=notcompute.yaml;h=5a4d9d21d01a4b5d3da10960fd74d773d9ccd52a;hb=65351560a421f40c0d66d6dcb00ee5515d5feb0f;hp=1f96ac9aa192a7318a188175adc7e8f805f24294;hpb=49915844e0c709ab05e1c882eb5936d810850a94;p=apex-tripleo-heat-templates.git diff --git a/notcompute.yaml b/notcompute.yaml index 1f96ac9a..5a4d9d21 100644 --- a/notcompute.yaml +++ b/notcompute.yaml @@ -84,6 +84,11 @@ Parameters: NoEcho: true notcomputeImage: Type: String + HeatStackDomainAdminPassword: + Description: Password for heat_domain_admin user. + Type: String + Default: '' + NoEcho: true Resources: AccessPolicy: Properties: @@ -163,6 +168,7 @@ Resources: region: Ref: AWS::Region auth_encryption_key: unset + stack_domain_admin_password: {Ref: HeatStackDomainAdminPassword} interfaces: control: Ref: NovaInterfaces @@ -203,6 +209,10 @@ Resources: Ref: RabbitUserName password: Ref: RabbitPassword + cookie: + Fn::GetAtt: + - RabbitCookie + - value service-password: Ref: ServicePassword Properties: