openstack-ansible-os_horizon/releasenotes/notes/add_allowed_hosts-38036c7457afc255.yaml
Marc Gariepy 8e3570e002 Add ability to configure ALLOWED_HOSTS for horizon.
This patch add the ability to configure the ALLOWED_HOSTS in
horizon_local_settings.py.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-repo_server/+/766257
Change-Id: I9712dc1e9a41757cf71d3d0704e9885493ce1583
2020-12-09 13:37:16 -05:00

8 lines
356 B
YAML

---
features:
- Add ``horizon_allowed_hosts`` to be able to configure django ALLOWED_HOSTS.
The default is still the same as it was but you can create a list of allowed
hosts in ``/etc/openstack_deploy/user_variables.yml``. to set the correct
value, see https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
for more details.