diff options
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r-- | overcloud-source.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 8285c8f8..798ca8dc 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -176,6 +176,7 @@ Resources: - networks db-password: unset glance: + backend: swift db: mysql://glance:unset@localhost/glance host: Fn::Select: @@ -187,6 +188,9 @@ Resources: - networks service-password: Ref: GlancePassword + swift-store-user: service:glance + swift-store-key: + Ref: GlancePassword heat: admin_password: Ref: HeatPassword |