Merge "Fix ignored [nova] service_name"
This commit is contained in:
commit
872c873b2a
@ -44,6 +44,7 @@ class VirtualMachineManager(compute_base.ComputeBase):
|
||||
super().__init__()
|
||||
# Must initialize nova api
|
||||
self._nova_client = clients.NovaAuth.get_nova_client(
|
||||
service_name=CONF.nova.service_name,
|
||||
endpoint=CONF.nova.endpoint,
|
||||
region=CONF.nova.region_name,
|
||||
endpoint_type=CONF.nova.endpoint_type,
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
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.
|
Loading…
x
Reference in New Issue
Block a user