Skip to content
Snippets Groups Projects
Commit bc9f3f19 authored by Roman Krček's avatar Roman Krček
Browse files

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: default avatarRoman Krček <roman.krcek@tietoevry.com>
Change-Id: I5df02af004fabb9bb1d6ca7c3fd83954cbf63a51
parent 5169e3bc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
---
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>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment