openstack-ansible-os_horizon/releasenotes/notes/add_allowed_hosts-38036c7457afc255.yaml

8 lines
356 B
YAML
Raw Permalink Normal View History

---
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.