Fix creating volumes from Glance images

We need to use Glance API v2 now.

Change-Id: I24a4289f24348511f3e5f39b7bac970faf1c729b
Partial-Bug: 1661708
This commit is contained in:
Jens Rosenboom 2017-02-09 14:48:43 +01:00
parent 68da464eae
commit 897f9a5218
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ default['openstack']['block-storage']['conf'].tap do |conf|
end
conf['DEFAULT']['auth_strategy'] = 'keystone'
conf['DEFAULT']['control_exchange'] = 'cinder'
conf['DEFAULT']['glance_api_version'] = '2'
conf['DEFAULT']['volume_group'] = 'cinder-volumes'
conf['DEFAULT']['state_path'] = '/var/lib/cinder'
conf['keystone_authtoken']['auth_type'] = 'v3password'