diff options
author | Derek Higgins <derekh@redhat.com> | 2013-11-11 20:42:46 +0000 |
---|---|---|
committer | Derek Higgins <derekh@redhat.com> | 2013-11-18 13:34:44 +0000 |
commit | 378783f876e10b88becdcd1eb0d0d24fd45e7a80 (patch) | |
tree | 1fbebc1d0ffedb44fa19f3b59dea40d238e3af56 /overcloud-source.yaml | |
parent | dea5f2faacb4c051c77d84959233101fa119919b (diff) |
Add metadata to configure swift
o Adds the required swift metadata (in swift-source.yaml).
o Sets up glance to use the swift backend on the overcloud.
o Sets up glance to use the file backend on the undercloud and seed,
i.e. maintain the Status quo.
Change-Id: I4a70ffbf9c51f1fea5cfc84d8718d3d30d36b3f2
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 |