Role os_horizon for OpenStack-Ansible
c7ebd28341
As Horizon treats admins differently and can't discern what roles are administrative in nature, we have to tell it if there are roles beyond/besides "admin". If not overriden by the user, then the default is `['admin']` as seen in the code: https://github.com/openstack/horizon/blob/stable/mitaka/openstack_dashboard/utils/identity.py#L20-L25. Closes-Bug: #1614213 Change-Id: I5e475db52be7d6390a1ab29a08b58fc102e16037 Co-Author: Corey Wright <corey.wright@rackspace.com> |
||
---|---|---|
defaults | ||
doc | ||
examples | ||
handlers | ||
meta | ||
releasenotes | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
manual-test.rc | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
Vagrantfile |
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:
-
http://docs.openstack.org/developer/openstack-ansible-os_horizon/
- The project home is at: