Comment 5 for bug 1642524

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/newton)

Reviewed: https://review.openstack.org/423526
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=c705c5fa9b0b8136e1129ccd8815e0dcfc0b1e22
Submitter: Jenkins
Branch: stable/newton

commit c705c5fa9b0b8136e1129ccd8815e0dcfc0b1e22
Author: Emilien Macchi <email address hidden>
Date: Thu Dec 1 10:00:18 2016 -0500

    ceph-rgw: add missing user parameter

    '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
    (cherry picked from commit f33475840c871f4fc6f638577e25733d60dba94a)