Matthew Kassawara 719086a88d Update keystone middleware in cinder for Kilo
Update keystone authentication middleware in cinder to
support the v3 API in Kilo.

Partially implements: blueprint master-kilofication

Change-Id: Ib71cffc7065d3da51539c2f96281c9ce870ac864
2015-04-14 20:50:57 -05:00
..
2015-04-03 18:03:17 +00:00

OpenStack cinder

tags

openstack, cinder, cloud, ansible

category

*nix

Role for deployment, setup and installation of cinder.

This role will install the following:
  • cinder-api
  • cinder-volume
  • cinder-scheduler
- name: Installation and setup of cinder
  hosts: cinder_all
  user: root
  roles:
    - { role: "os_cinder", tags: [ "os-cinder" ] }
  vars:
    galera_address: "{{ internal_lb_vip_address }}"