quotas calls fail when CONF.keymgr.encryption_auth_url is not configured
Bug #1516085 reported by
Michal Dulko
This bug affects 12 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Fix Released
|
Medium
|
Michal Dulko | ||
Liberty |
Fix Released
|
Undecided
|
Szymon Borkowski | ||
Mitaka |
Fix Released
|
Medium
|
Michal Dulko | ||
cinder (Juju Charms Collection) |
Fix Released
|
High
|
James Page | ||
cinder (Ubuntu) |
Fix Released
|
Medium
|
Corey Bryant | ||
Wily |
Fix Released
|
High
|
James Page | ||
Xenial |
Fix Released
|
Medium
|
Corey Bryant |
Bug Description
Quotas calls fail when aforementioned option is not configured and our Keystone host is somewhere else than c-api's host. This is due to the fact that the option defaults to localhost's Keystone v3.
To fix we would need to modify:
https:/
We're using the config option instead of working with service catalog (available in RequestContext) to find proper Keystone endpoint.
Related branches
lp://staging/~james-page/charms/trusty/cinder/lp1516085
- Liam Young (community): Approve
-
Diff: 12 lines (+5/-0)1 file modifiedtemplates/kilo/cinder.conf (+5/-0)
lp://staging/~james-page/charms/trusty/cinder/lp1516085-stable
- David Ames (community): Approve
-
Diff: 12 lines (+5/-0)1 file modifiedtemplates/kilo/cinder.conf (+5/-0)
Changed in cinder: | |
milestone: | none → mitaka-1 |
Changed in cinder (Juju Charms Collection): | |
status: | New → Confirmed |
importance: | Undecided → High |
tags: | added: backport-potential openstack |
Changed in cinder (Juju Charms Collection): | |
status: | Confirmed → Triaged |
Changed in cinder (Ubuntu Wily): | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in cinder (Ubuntu Xenial): | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in cinder: | |
assignee: | Szymon Borkowski (szymon-borkowski) → Michal Dulko (michal-dulko-f) |
tags: | added: liberty-backport-potential |
Changed in cinder (Juju Charms Collection): | |
status: | Triaged → Invalid |
Changed in cinder (Juju Charms Collection): | |
status: | Invalid → Triaged |
Changed in cinder (Juju Charms Collection): | |
status: | Triaged → In Progress |
assignee: | nobody → James Page (james-page) |
milestone: | none → 16.01 |
tags: | added: kanban-cross-team |
tags: | removed: kanban-cross-team |
Changed in cinder (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in cinder (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
tags: |
added: verification-done removed: verification-needed |
Changed in cinder (Ubuntu Xenial): | |
status: | Triaged → Fix Released |
To post a comment you must log in.
Confirmed when I upgraded from Kilo to Liberty in our staging environment.