octavia/releasenotes/notes/fix-nova-service_name-6bde4970047817f4.yaml
Takashi Kajinami 6d8fc69f94 Fix ignored [nova] service_name
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
2021-12-01 23:43:32 +09:00

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.