Set glance_api_version=2 in cinder.conf
While running smoke tests using https://review.openstack.org/#/c/652060/ in os_tempest jobs, the tempest volume and compute api tests are failing with Invalid image identifier or unable to access requested image error. Adding glance_api_version in cinder.conf fixes the issue. Change-Id: I8ae1599b96ead1361ee82960fd5fb66c259ea0ff Signed-off-by: Chandan Kumar <chkumar@redhat.com>
This commit is contained in:
parent
21fe9d5f2f
commit
2b47851430
@ -70,7 +70,7 @@ os_region_name = {{ cinder_service_region }}
|
||||
## Glance
|
||||
glance_api_servers = {{ cinder_glance_api_servers }}
|
||||
glance_num_retries = 0
|
||||
|
||||
glance_api_version = 2
|
||||
volume_clear = {{ cinder_volume_clear }}
|
||||
volume_clear_size = {{ cinder_volume_clear_size }}
|
||||
volume_clear_ionice = {{ cinder_volume_clear_ionice }}
|
||||
|
Loading…
Reference in New Issue
Block a user