Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
43636d7f
Commit
43636d7f
authored
9 months ago
by
Zuul
Committed by
Gerrit Code Review
9 months ago
Browse files
Options
Downloads
Plain Diff
Merge "Fix trove module imports"
parents
3dc261b3
bc9f3f19
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/trove/templates/trove.conf.j2
+3
-3
3 additions, 3 deletions
ansible/roles/trove/templates/trove.conf.j2
releasenotes/notes/bug-1937120-cd1ad24a9a4be739.yaml
+7
-0
7 additions, 0 deletions
releasenotes/notes/bug-1937120-cd1ad24a9a4be739.yaml
with
10 additions
and
3 deletions
ansible/roles/trove/templates/trove.conf.j2
+
3
−
3
View file @
43636d7f
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
releasenotes/notes/bug-1937120-cd1ad24a9a4be739.yaml
0 → 100644
+
7
−
0
View file @
43636d7f
---
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>`__
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment