Role os_horizon for OpenStack-Ansible
Go to file
Burkhard Ott-Langer d19c9c2cbb horizon_local_settings.py.j2: adding SECURE_PROXY_ADDR_HEADER
- SECURE_PROXY_ADDR_HEADER is being used to return the clients
      remote address to the logs. On a failed login it is REMOTE_ADDR,
      which will be the loadbalancer address,
      SECURE_PROXY_ADDR_HEADER='HTTP_X_FORWARDED_FOR' makes sure the
      real client IP makes it into the logfiles.
    - https://docs.openstack.org/horizon/latest/configuration/settings.html#secure-proxy-addr-header

Change-Id: I0d68cd4ba7882eb4296a2e4df59afa6582c0303a
2022-03-01 19:26:23 +00:00
defaults Disable barbican-ui dashboard 2022-02-07 14:52:31 +01:00
doc Fix linter errors 2020-10-01 16:46:13 +01:00
examples Merge "Trivial: Fix the pep8 warning" 2018-07-11 20:03:53 +00:00
handlers Use ansible_facts[] instead of fact variables 2021-02-26 22:53:36 +00:00
meta Remove references to unsupported operating systems 2021-03-10 12:18:02 +00:00
releasenotes Adjust default configuration to support TLS v1.3 2022-01-10 13:47:50 +00:00
tasks Refactor use of include_vars 2022-01-12 08:32:22 +00:00
templates horizon_local_settings.py.j2: adding SECURE_PROXY_ADDR_HEADER 2022-03-01 19:26:23 +00:00
tests Use Tempest for dashboard test instead of tempest-horizon 2021-02-09 13:54:02 -06:00
vars Remove references to unsupported operating systems 2021-03-10 12:18:02 +00:00
zuul.d Replace linters test with integarted one 2021-05-21 15:52:51 +03:00
.gitignore Updated from OpenStack Ansible Tests 2019-08-20 03:06:05 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:39:48 +00:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2020-05-12 23:35:19 +03:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-06 19:08:53 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2021-12-17 16:46:09 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2021-03-12 22:19:06 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 08:16:55 +00:00
run_tests.sh Updated from OpenStack Ansible Tests 2021-03-12 22:19:06 +00:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-05 15:14:04 +08:00
setup.py Cleanup py27 support 2020-04-14 16:26:36 +08:00
tox.ini Changed minversion in tox to 3.18.0 2021-07-03 21:18:35 +08:00

README.rst

Team and repository tags

image

OpenStack-Ansible Horizon

This Ansible role installs and configures OpenStack Horizon served by the Apache webserver. Horizon is configured to use Galera for session caching and Memcached for other caching.

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-os_horizon/latest/

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/openstack-ansible-os_horizon

The project source code repository is located at:

https://opendev.org/openstack/openstack-ansible-os_horizon/

The project home is at:

https://launchpad.net/openstack-ansible

The bugs can be found at:

https://bugs.launchpad.net/openstack-ansible