neutron/releasenotes/notes/network_link_prefix-e3fe37e37ea275b7.yaml
Mark Doffman f45957a67f Add a new configuration variable for api links.
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
2017-04-18 15:16:41 +00:00

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.