Comment 7 for bug 1359755

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-cinder (master)

Reviewed: https://review.openstack.org/150658
Committed: https://git.openstack.org/cgit/stackforge/puppet-cinder/commit/?id=e7830879336d5cae338567e41f121ee15628b9ac
Submitter: Jenkins
Branch: master

commit e7830879336d5cae338567e41f121ee15628b9ac
Author: Rico Lin <email address hidden>
Date: Wed Jan 28 10:40:48 2015 +0800

    Adds ability to override service name for service catalog

    Instead of forcing the name of the service in the service catalog to
    match auth_name, this allows the ability to explicitly set the service
    name, spearately from auth_name.
    If service_name is not specified, it's value defaults to the value
    of auth_name (which maintains the current behavior.)

    Change-Id: Ia3d00186a422a16ec6bd7b65008ec56abc1e8f67
    Closes-bug: #1359755