yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #71325
[Bug 1384379] Re: versions resource uses host_url which may be incorrect
Reviewed: https://review.openstack.org/155555
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=1667ad5e80be7d0bf3ac8e02410a18ce3a0ea4cd
Submitter: Zuul
Branch: master
commit 1667ad5e80be7d0bf3ac8e02410a18ce3a0ea4cd
Author: Zhao Chao <zhaochao1984@xxxxxxxxx>
Date: Wed Feb 7 11:07:02 2018 +0800
Allow host URL for versions to be configurable
The versions resource constructs the links by using application_url,
but it's possible that the API endpoint is behind a load balancer
or SSL terminator. This means that the application_url might be
incorrect. This fix provides a config option (similar to other
services) which lets us override the host URL when constructing
links for the versions API.
Co-Authored-By: Nikhil Manchanda <SlickNik@xxxxxxxxx>
Change-Id: I23f06c6c2d52ba46c74e0d097c4963d2de731d30
Closes-bug: 1384379
** Changed in: trove
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1384379
Title:
versions resource uses host_url which may be incorrect
Status in Cinder:
Fix Released
Status in Glance:
Fix Released
Status in Glance icehouse series:
Triaged
Status in Glance juno series:
Triaged
Status in OpenStack Heat:
Triaged
Status in Ironic:
Fix Released
Status in Manila:
Fix Released
Status in OpenStack Compute (nova):
Fix Released
Status in OpenStack DBaaS (Trove):
Fix Released
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1384379/+subscriptions
References