6d8fc69f94
The [nova] service_name parameter is supposed to be used to find the nova endpoint from keystone catalog but in fact the parameter is not used and has had no effect. This change fixes the ignored parameter. Change-Id: I00c3083d7dbcf4473af3386d114c4af9e07751a0
7 lines
187 B
YAML
7 lines
187 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Now the ``[nova] service_name`` parameter is effectively used to find
|
|
the nova endpoint in keystone catalog. The parameter had no effect before
|
|
it was fixed.
|