puppet-gnocchi/releasenotes/notes/keystone-auth-name-c23eaad41284ac43.yaml
ZhongShengping 857ba17d39 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
2016-06-20 23:59:37 +08:00

6 lines
190 B
YAML

---
fixes:
- The keystone auth class has been updated to provide a default service_name
to allow a user to specify a custom auth_name that may not contain the
name of the service.