versions resource uses host_url which may be incorrect
Bug #1384379 reported by
Vish Ishaya
This bug affects 8 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Fix Released
|
Undecided
|
wanghao | ||
Glance |
Fix Released
|
High
|
Unassigned | ||
Icehouse |
Triaged
|
High
|
Unassigned | ||
Juno |
Triaged
|
High
|
Unassigned | ||
Ironic |
Fix Released
|
Medium
|
Lucas Alvares Gomes | ||
OpenStack Compute (nova) |
Fix Released
|
High
|
Radomir Dopieralski | ||
OpenStack DBaaS (Trove) |
Fix Released
|
Medium
|
Zhao Chao | ||
OpenStack Heat |
Triaged
|
Medium
|
shihanzhang | ||
OpenStack Shared File Systems Service (Manila) |
Fix Released
|
High
|
Deliang Fan |
Bug Description
The versions resource constructs the links by using host_url, but the glance api endpoint may be behind a proxy or ssl terminator. This means that host_url may be incorrect. It should have a config option to override host_url like the other services do when constructing versions links.
Changed in glance: | |
status: | New → Confirmed |
Changed in glance: | |
milestone: | none → kilo-1 |
status: | Fix Committed → Fix Released |
Changed in glance: | |
importance: | Undecided → High |
tags: | added: icehouse-backport-potential juno-backport-potential |
Changed in trove: | |
importance: | Undecided → Medium |
assignee: | nobody → Nikhil Manchanda (slicknik) |
milestone: | none → kilo-3 |
status: | New → Triaged |
Changed in nova: | |
assignee: | nobody → shihanzhang (shihanzhang) |
Changed in heat: | |
assignee: | nobody → shihanzhang (shihanzhang) |
Changed in cinder: | |
assignee: | nobody → wanghao (wanghao749) |
Changed in nova: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in cinder: | |
status: | New → In Progress |
Changed in trove: | |
milestone: | kilo-3 → kilo-rc1 |
Changed in cinder: | |
milestone: | none → kilo-3 |
status: | Fix Committed → Fix Released |
Changed in trove: | |
importance: | Medium → High |
Changed in heat: | |
importance: | Undecided → Medium |
milestone: | none → liberty-1 |
tags: | added: kilo-rc-potential |
Changed in trove: | |
importance: | High → Medium |
milestone: | kilo-rc1 → liberty-1 |
Changed in nova: | |
milestone: | none → liberty-1 |
importance: | Low → High |
Changed in ceilometer: | |
assignee: | nobody → Deliang Fan (vanderliang) |
status: | New → In Progress |
Changed in ironic: | |
assignee: | nobody → Deliang Fan (vanderliang) |
status: | New → In Progress |
Changed in manila: | |
assignee: | nobody → Deliang Fan (vanderliang) |
Changed in manila: | |
status: | New → In Progress |
Changed in ironic: | |
assignee: | Deliang Fan (vanderliang) → Ramakrishnan G (rameshg87) |
Changed in ironic: | |
milestone: | none → liberty-1 |
importance: | Undecided → Medium |
Changed in glance: | |
milestone: | kilo-1 → 2015.1.0 |
Changed in cinder: | |
milestone: | kilo-3 → 2015.1.0 |
tags: | removed: kilo-rc-potential |
Changed in trove: | |
milestone: | liberty-1 → liberty-2 |
Changed in heat: | |
milestone: | liberty-1 → liberty-2 |
Changed in nova: | |
assignee: | nobody → Yukinori Sagara (sagara177) |
Changed in trove: | |
milestone: | liberty-2 → liberty-3 |
Changed in nova: | |
milestone: | liberty-2 → liberty-3 |
Changed in heat: | |
milestone: | liberty-2 → next |
Changed in heat: | |
status: | In Progress → Triaged |
Changed in trove: | |
milestone: | liberty-3 → ongoing |
Changed in nova: | |
status: | Fix Committed → Fix Released |
Changed in ironic: | |
assignee: | Ramakrishnan G (rameshg87) (rameshg87) → nobody |
Changed in manila: | |
milestone: | none → liberty-rc1 |
importance: | Undecided → High |
Changed in trove: | |
milestone: | ongoing → liberty-rc1 |
Changed in ironic: | |
assignee: | nobody → Lucas Alvares Gomes (lucasagomes) |
Changed in ironic: | |
assignee: | Lucas Alvares Gomes (lucasagomes) → Jim Rollenhagen (jim-rollenhagen) |
assignee: | Jim Rollenhagen (jim-rollenhagen) → Lucas Alvares Gomes (lucasagomes) |
Changed in ironic: | |
milestone: | none → 4.2.0 |
Changed in ceilometer: | |
assignee: | Deliang Fan (vanderliang) → nobody |
importance: | Undecided → Low |
status: | In Progress → Triaged |
Changed in manila: | |
status: | Fix Committed → Fix Released |
Changed in ironic: | |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | liberty-3 → 12.0.0 |
Changed in manila: | |
milestone: | liberty-rc1 → 1.0.0 |
tags: | removed: icehouse-backport-potential juno-backport-potential |
no longer affects: | ceilometer |
Changed in trove: | |
status: | In Progress → New |
Changed in trove: | |
assignee: | Nikhil Manchanda (slicknik) → Zhao Chao (zhaochao1984) |
status: | New → In Progress |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/130311 /git.openstack. org/cgit/ openstack/ glance/ commit/ ?id=fa3b691011b 8f24cb447f0ce1c 62270b19b18110
Committed: https:/
Submitter: Jenkins
Branch: master
commit fa3b691011b8f24 cb447f0ce1c6227 0b19b18110
Author: Vishvananda Ishaya <email address hidden>
Date: Wed Oct 22 11:59:32 2014 -0700
Add config option to override url for versions
The versions url returns the wrong data when glance api is behind
a proxy. This adds a new config option so it can be set properly.
DocImpact
Change-Id: I5ab53d608a6667 435a4b03b0c8328 70716baaeb8
Closes-Bug: #1384379