Go to file
Kevin Carter e18e50edf8 We recently added a check when deploying the keystone.wsgi script that would
allow it to be smart enough to handle the keystone stable/liberty codebase and
master. This change was using 2015 as the keystone version but for
stable/liberty this has changed to 8.

This patch makes it so that the wsgi script matches what PBR gives back
for stable/liberty deployments.
2016-02-29 09:41:25 -06:00
2015-10-14 13:59:47 -05:00
2016-02-26 14:13:43 -06:00
2016-02-26 14:13:43 -06:00

OpenStack keystone

tags

openstack, keystone, cloud, ansible

category

*nix

Role to install keystone. This will install keystone using apache.

This role will install the following:
  • keystone
  • apache2
- name: Installation and setup of Keystone
  hosts: keystone_all
  user: root
  roles:
    - { role: "os_keystone", tags: [ "os-keystone" ] }
  vars:
    keystone_galera_address: "{{ internal_lb_vip_address }}"
Description
Role os_keystone for OpenStack-Ansible
Readme 11 MiB
Languages
Jinja 70.1%
Python 29.9%