Steve Lewis 9e01ff316f Update Horizon configuration
Additional feature changes have been made since we last updated our
template file. This brings our configuration file in line with the
example.

During Liberty, one of these changes related to execeptions will
likely need to be revised but for now this is the correct way of
handling them.

Change-Id: I81a0fe7503c4ca93eb13a6001805639649cabdfb
Closes-Bug: 1448241
Related-Bug: 1433395
Related-Bug: 1440903
Related-Bug: 1439905
Related-Bug: 1439906
2015-04-24 12:59:41 -07:00
..
2015-04-24 12:59:41 -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 }}"