Comment 16 for bug 1359755

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

Reviewed: https://review.openstack.org/166675
Committed: https://git.openstack.org/cgit/stackforge/puppet-designate/commit/?id=3aba7229b2400f8495534684787dd7916d60677e
Submitter: Jenkins
Branch: master

commit 3aba7229b2400f8495534684787dd7916d60677e
Author: Rico Lin <email address hidden>
Date: Mon Mar 23 10:15:45 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: Ibd44ddf46478a19f92c98e721a3fa04804d0d40d
    Closes-bug: #1359755