Remove deprecated cinder options

These were deprecated in Kilo:

4919269542

Change-Id: I8a5f9db5ad951288ec99d0f6c7adfa5fb675e289
This commit is contained in:
Augustina Ragwitz 2016-08-31 09:45:15 -07:00
parent dd44096a04
commit fb15c00aa1
2 changed files with 10 additions and 9 deletions

View File

@ -90,20 +90,12 @@ By default there is no availability zone restriction on volume attach.
"""),
]
deprecated = {'timeout': [cfg.DeprecatedOpt('http_timeout',
group=cinder_group.name)],
'cafile': [cfg.DeprecatedOpt('ca_certificates_file',
group=cinder_group.name)],
'insecure': [cfg.DeprecatedOpt('api_insecure',
group=cinder_group.name)]}
def register_opts(conf):
conf.register_group(cinder_group)
conf.register_opts(cinder_opts, group=cinder_group)
ks_loading.register_session_conf_options(conf,
cinder_group.name,
deprecated_opts=deprecated)
cinder_group.name)
def list_opts():

View File

@ -0,0 +1,9 @@
---
upgrade:
- |
The following deprecated configuration options have been removed from the
``cinder`` section of nova.conf:
- ca_certificates_file
- api_insecure
- http_timeout