Public bug reported:

The code for fetching the pagination links is hard coded to use WebOb's
Request path_url property. In setups where a proxy is used to forward
requests to neutron nodes, the href shown to the requesting tenant
doesn't match the one he/she made the request against.

https://github.com/openstack/neutron/blob/master/neutron/api/api_common.py#L56-L73

Ideally, one should be able to define a configuration variable that's
used in place of the request.path_url if defined

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1483873

Title:
  It should be possible to override the URL used in previous/next links

Status in neutron:
  New

Bug description:
  The code for fetching the pagination links is hard coded to use
  WebOb's Request path_url property. In setups where a proxy is used to
  forward requests to neutron nodes, the href shown to the requesting
  tenant doesn't match the one he/she made the request against.

  
https://github.com/openstack/neutron/blob/master/neutron/api/api_common.py#L56-L73

  Ideally, one should be able to define a configuration variable that's
  used in place of the request.path_url if defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1483873/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to