Fix trove module imports
Path to the modules needed by trove-api changed in source trove package so the configuration was updated. Closes-bug: #1937120 Signed-of-by: Roman Krček <roman.krcek@tietoevry.com> Change-Id: I5df02af004fabb9bb1d6ca7c3fd83954cbf63a51
This commit is contained in:
parent
5169e3bcbe
commit
bc9f3f1931
@ -19,9 +19,9 @@ transport_url = {{ rpc_transport_url }}
|
||||
nova_proxy_admin_pass = {{ trove_keystone_password }}
|
||||
nova_proxy_admin_tenant_name = service
|
||||
nova_proxy_admin_user = trove
|
||||
remote_nova_client = trove.common.single_tenant_remote.nova_client_trove_admin
|
||||
remote_cinder_client = trove.common.single_tenant_remote.cinder_client_trove_admin
|
||||
remote_neutron_client = trove.common.single_tenant_remote.neutron_client_trove_admin
|
||||
remote_nova_client = trove.common.clients_admin.nova_client_trove_admin
|
||||
remote_cinder_client = trove.common.clients_admin.cinder_client_trove_admin
|
||||
remote_neutron_client = trove.common.clients_admin.neutron_client_trove_admin
|
||||
{% endif %}
|
||||
|
||||
nova_compute_endpoint_type = internalURL
|
||||
|
7
releasenotes/notes/bug-1937120-cd1ad24a9a4be739.yaml
Normal file
7
releasenotes/notes/bug-1937120-cd1ad24a9a4be739.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes trove module imports.
|
||||
Path to the modules needed by trove-api changed in source trove
|
||||
package so the configuration was updated.
|
||||
`LP#1937120 <https://launchpad.net/bugs/1937120>`__
|
Loading…
Reference in New Issue
Block a user