f45957a67f
Currently we use WebOb.request.application_url to return a link to the neutron api. This may not be the correct link in the case where 'X-Forwarded-Proto' is used. Nova provides the osapi_compute_link_prefix variable for providing custom links to the api. This does the same for Neutron. Co-Authored-By: Kevin Benton <kevin@benton.pub> Change-Id: I92227803b1bc2fec10ee168a0285f2f6f09f55b0
8 lines
299 B
YAML
8 lines
299 B
YAML
---
|
|
features:
|
|
- |
|
|
A new ``network_link_prefix`` configuration option is introduced that allows to
|
|
alter the domain returned in the URLs included in the API responses. It behaves the
|
|
same way as the ``compute_link_prefix`` and ``glance_link_prefix``
|
|
options do for Nova and Glance.
|