Comment 35 for bug 1590040

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

Reviewed: https://review.openstack.org/328710
Committed: https://git.openstack.org/cgit/openstack/puppet-gnocchi/commit/?id=857ba17d39a5714552c8b2a9e63851022a02754e
Submitter: Jenkins
Branch: master

commit 857ba17d39a5714552c8b2a9e63851022a02754e
Author: ZhongShengping <chdzsp@163.com>
Date: Sun Jun 12 16:37:27 2016 +0800

    Provide default service_name for keystone endpoint

    This change updates the gnocchi::keystone::auth class to include a default
    service_name of 'gnocchi' so that if a user changes the auth_name, the
    service is still created as being related to 'gnocchi'. This improves the
    user experiance when they want to customize the usernames for services.

    Additional changes:

    * update related spec test
    * add a release note
    * add the service_description option in order to configure it

    Change-Id: Iaca2fe1ec33041593ddc8ee9b7bd7a0cd31f1f3f
    Closes-Bug: #1590040