ceph-rgw: add missing user parameter
authorEmilien Macchi <emilien@redhat.com>
Thu, 1 Dec 2016 15:00:18 +0000 (10:00 -0500)
committerEmilien Macchi <emilien@redhat.com>
Thu, 1 Dec 2016 17:16:06 +0000 (12:16 -0500)
'user' is required or puppet-ceph will complain that the Keystone_user
has no title:
Evaluation Error: Missing title. The title expression resulted in undef
at /etc/puppet/modules/ceph/manifests/rgw/keystone/auth.pp

The value is set to Swift, as we use the same credentials as Swift
service.

Closes-Bug: #1642524
Change-Id: Ib4a7c07086b0b3354c8e589612f330ecdffdc637

puppet/services/ceph-rgw.yaml

index 89c1a5e..4b85d28 100644 (file)
@@ -68,6 +68,7 @@ outputs:
           ceph::rgw::keystone::auth::public_url: {get_param: [EndpointMap, CephRgwPublic, uri]}
           ceph::rgw::keystone::auth::internal_url: {get_param: [EndpointMap, CephRgwInternal, uri]}
           ceph::rgw::keystone::auth::admin_url: {get_param: [EndpointMap, CephRgwAdmin, uri]}
+          ceph::rgw::keystone::auth::user: 'swift'
           ceph::rgw::keystone::auth::password: {get_param: SwiftPassword}
           ceph::rgw::keystone::auth::region: {get_param: KeystoneRegion}
           ceph::rgw::keystone::auth::tenant: 'service'