Miguel Alex Cantu 089e4f973f Added notification options for keystone
So keystone will emit notifications to the
messaging queue in a way supported by ceilometer

Change-Id: Ibf6bbd50d58e67b0bf5abbfb1b111a9ed92a18ac
Closes-Bug: #1523932
2016-02-03 09:52:10 +00:00
..
2015-10-14 13:59:47 -05: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 }}"