diff options
Diffstat (limited to 'notcompute.yaml')
-rw-r--r-- | notcompute.yaml | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/notcompute.yaml b/notcompute.yaml index f63307d1..3579760b 100644 --- a/notcompute.yaml +++ b/notcompute.yaml @@ -93,6 +93,23 @@ Resources: Ref: ServicePassword admin-token: Ref: AdminToken + mysql: + create-users: + - database: keystone + username: keystone + password: {Ref: KeystoneDBPassword} + - database: heat + username: heat + password: {Ref: HeatDBPassword} + - database: glance + username: glance + password: {Ref: GlanceDBPassword} + - database: nova + username: nova + password: {Ref: NovaDBPassword} + - database: quantum + username: quantum + password: {Ref: QuantumDBPassword} glance: db: Fn::Join: @@ -120,12 +137,13 @@ Resources: Ref: AWS::StackName region: Ref: AWS::Region + auth_encryption_key: unset interfaces: control: Ref: NovaInterfaces keystone: host: - Fn::GetAtt: [ notocmpute, PrivateIp ] + Fn::GetAtt: [ notcompute, PrivateIp ] db: Fn::Join: - '' @@ -153,6 +171,10 @@ Resources: Fn::GetAtt: [ notcompute , PrivateIp ] password: Ref: RabbitPassword + users: + username: guest + password: + Ref: RabbitPassword service-password: Ref: ServicePassword Properties: |