Miguel Grinberg c99b1b99fd Horizon config changes for kilo
This change applies a few minor changes to update the local_settings.py
config file for the kilo release.

In Kilo, Horizon's exceptions and configuration around exceptions, was
refactored. This eliminates the need for us to specify which exceptions
are recoverable, not found, and unauthorized. By removing it from the
HORIZON_CONFIG variable in local_settings.py, we defer to the default
list which is rather large already without having to copy it into our
source tree.

Detailed change list:

- Updated comment for CONSOLE_TYPE setting to include the new SERIAL type
- Added the HORIZON_CONFIG['disable_password_reveal'] option
- Added the DROPDOWN_MAX_ITEMS option
- Added the ENFORCE_PASSWORD_CHECK option
- Added the AUTHENTICATION_URLS option
- Added the LAUNCH_INSTANCE options
- Added the SWIFT_FILE_TRANSFER_CHUNK_SIZE option
- Added the OPENSTACK_ENABLE_PASSWORD_RETRIEVE option
- Added the SSO options (stubbed for now)
- Updated the HORIZON_CONFIG option
- Updated the OPENSTACK_NEUTRON_NETWORK option

Co-Authored By: Ian Cordasco <ian.cordasco@rackspace.com>
Partially implements blueprint: master-kilofication
Change-Id: I3cb9054447bf356444f3458935e2ba661f5e7f2c
2015-04-06 16:58:05 -07:00
2015-04-06 16:58:05 -07:00
2015-04-06 16:58:05 -07:00

OpenStack horizon ############## :tags: openstack, horizon, cloud, ansible :category: *nix

Role for deployment, setup and installation of horizon.

This role will install the following:
  • horizon-dashboard
- name: Installation and setup of horizon
  hosts: horizon_all
  user: root
  roles:
    - { role: "os_horizon", tags: [ "os-horizon" ] }
  vars:
    galera_address: "{{ internal_lb_vip_address }}"
Description
Role os_horizon for OpenStack-Ansible
Readme 7 MiB
Languages
Jinja 74.3%
Python 18.5%
Shell 7.2%