Without this config being set here the cinder services will make requests to http://localhost:5000/v3 for keymgr auth. While barbican is not configured within the environment this change simply allows cinder to auth to keystone when needed instead of throwing an error. This change will have a greater impact later if we choose to support barbican and encrypted volumes but for now its aimed at fixing intermitent errors. Implements: blueprint liberty-release Change-Id: I7a07f23523721e3c9de340096f97ebce60f0e333 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
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:
cinder_galera_address: "{{ internal_lb_vip_address }}"