Skip to content
Snippets Groups Projects
Commit 43636d7f authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix trove module imports"

parents 3dc261b3 bc9f3f19
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,9 @@ transport_url = {{ rpc_transport_url }} ...@@ -19,9 +19,9 @@ transport_url = {{ rpc_transport_url }}
nova_proxy_admin_pass = {{ trove_keystone_password }} nova_proxy_admin_pass = {{ trove_keystone_password }}
nova_proxy_admin_tenant_name = service nova_proxy_admin_tenant_name = service
nova_proxy_admin_user = trove nova_proxy_admin_user = trove
remote_nova_client = trove.common.single_tenant_remote.nova_client_trove_admin remote_nova_client = trove.common.clients_admin.nova_client_trove_admin
remote_cinder_client = trove.common.single_tenant_remote.cinder_client_trove_admin remote_cinder_client = trove.common.clients_admin.cinder_client_trove_admin
remote_neutron_client = trove.common.single_tenant_remote.neutron_client_trove_admin remote_neutron_client = trove.common.clients_admin.neutron_client_trove_admin
{% endif %} {% endif %}
nova_compute_endpoint_type = internalURL 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