openstack-ansible/releasenotes/notes/add_allowed_hosts-38036c7457afc255.yaml
Dmitriy Rabotyagov ac43c0ce94 Bump OSA for RC1
Depends-On: https://review.opendev.org/767686
Change-Id: I544c3df90d0d378b70d4cd90208fe5097ed8582d
2020-12-18 11:44:51 +02: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.