Role os_horizon for OpenStack-Ansible
Go to file
Nolan Brubaker c7ebd28341 Add variable override for OPENSTACK_KEYSTONE_ADMIN_ROLES
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>
2016-08-17 17:05:11 -04:00
defaults Add variable override for OPENSTACK_KEYSTONE_ADMIN_ROLES 2016-08-17 17:05:11 -04:00
doc [DOCS] Add project links to README; fix typos 2016-08-16 12:48:19 -05:00
examples [DOCS] Move horizon docs to roles 2016-08-12 19:26:54 +00:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta Updated tests and role for Xenial support 2016-07-12 09:05:46 -05:00
releasenotes Add variable override for OPENSTACK_KEYSTONE_ADMIN_ROLES 2016-08-17 17:05:11 -04:00
tasks Compile locale to be able to change language 2016-08-08 18:30:52 -04:00
templates Add variable override for OPENSTACK_KEYSTONE_ADMIN_ROLES 2016-08-17 17:05:11 -04:00
tests Create nova endpoints for tempest test 2016-08-05 15:35:22 -07:00
vars Add required gettext package for compilemessages 2016-08-11 11:30:17 -05:00
.gitignore Remove duplicates from .gitignore 2016-07-15 11:59:02 +10:00
.gitreview Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
bindep.txt Move other-requirements.txt to bindep.txt 2016-08-12 20:59:50 +02:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
manual-test.rc Updated tests and role for Xenial support 2016-07-12 09:05:46 -05:00
README.rst [DOCS] Add project links to README; fix typos 2016-08-16 12:48:19 -05:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 08:56:09 +01:00
setup.cfg Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
setup.py Updated from global requirements 2016-07-15 03:57:54 +00:00
test-requirements.txt Add python packages for SNI support in tests 2016-08-16 14:18:58 +00:00
tox.ini Include ansible commands for ansible linting 2016-08-11 18:09:15 +01:00
Vagrantfile Adding Vagrantfile for local developer testing 2016-03-09 22:04:36 -05:00

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:

http://launchpad.net/openstack-ansible