Remove deprecated glance_api_version option
glance_api_version option is deprecated in Cinder from 11.0.0 (Pike), so remove from Cinder configuration template. cinder_glance_api_version is only used in the template, so it is also removed. Change-Id: Id921bf8f7c81ce7e674f4a4b230de13e47ffe7e2 Closes-bug: #1692750
This commit is contained in:
parent
8b43267653
commit
49435e21fe
@ -239,8 +239,6 @@ cinder_backend_lvm_inuse: '{{ (cinder_backends|default("")|to_json).find("lvm")
|
||||
# Comma separated list of Glance API servers
|
||||
# cinder_glance_api_servers:
|
||||
|
||||
cinder_glance_api_version: 1
|
||||
|
||||
cinder_service_in_ldap: false
|
||||
|
||||
# Cinder packages that must be installed before anything else
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
Remove ``cinder_glance_api_version`` option due to deprecation of
|
||||
glance_api_version option in Cinder.
|
@ -69,7 +69,6 @@ os_region_name = {{ cinder_service_region }}
|
||||
## Glance
|
||||
glance_api_servers = {{ cinder_glance_api_servers }}
|
||||
glance_num_retries = 0
|
||||
glance_api_version = {{ cinder_glance_api_version }}
|
||||
|
||||
volume_clear = {{ cinder_volume_clear }}
|
||||
volume_clear_size = {{ cinder_volume_clear_size }}
|
||||
|
Loading…
Reference in New Issue
Block a user