octavia/releasenotes/notes/fix-nova-service_name-6bde4970047817f4.yaml
Takashi Kajinami 8a8111ac74 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
(cherry picked from commit 6d8fc69f94)
(cherry picked from commit cc27672181)
2023-03-23 14:31:13 +01: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.