![Jesse Pretorius](/assets/img/avatar_default.png)
The lower pin for django-openstack-auth is no longer required. Having the lower cap expressed in our requirements overrides the Horizon project's own requirements and the upper constraints file, resulting in the incorrect requirements being built in the repo. Change-Id: Id9d483e1196ce733961ffb0164e078df198abc6d
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:
horizon_galera_address: "{{ internal_lb_vip_address }}"