Files
openstack-ansible/playbooks/roles/os_keystone
Jesse Pretorius 01295e3a24 Update Keystone Configuration for Liberty
This patch includes the following updates based on the updated
source in Keystone's Liberty release:
 - keystone-paste.ini
 - policy.json

The following defaults have their values changed in order to
accommodate Keystone's configuration method for the Liberty release.
Note that any user_variables.yml values that have been set to
customise these will need to be reviewed and adjusted accordingly
for Liberty.
 - keystone_identity_driver
 - keystone_token_driver
 - keystone_token_provider
 - keystone_revocation_driver
 - keystone_assignment_driver
 - keystone_resource_driver
 - keystone_ldap_identity_driver

DocImpact
UpgradeImpact
Implements: blueprint liberty-release
Change-Id: Ib6f6c933c5d300057926143c9aa964bac292be08
2015-10-09 13:12:46 +01: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:
    external_lb_vip_address: 172.16.24.1
    internal_lb_vip_address: 192.168.0.1
    keystone_galera_address: "{{ internal_lb_vip_address }}"