Remove unused 'deprecated' option from auth_strategy opt
auth_strategy option in cinder/common/config.py has a 'deprecated' option. I can only see that 'no_auth' and 'keystone' are used anywhere in the code. Looking at the git logs it appears that the 'deprecated' option may have been pulled over when we split from Nova. This patch removes the unused option. Closes-Bug: #1504713 Change-Id: I40a67710d0e4c213ef6a1649b65b0480d63ee077
This commit is contained in:
parent
dd9d3b3dda
commit
677452ec0e
@ -606,8 +606,8 @@
|
|||||||
# value)
|
# value)
|
||||||
#backup_api_class=cinder.backup.api.API
|
#backup_api_class=cinder.backup.api.API
|
||||||
|
|
||||||
# The strategy to use for auth. Supports noauth, keystone, and
|
# The strategy to use for auth. Supports noauth or keystone.
|
||||||
# deprecated. (string value)
|
# (string value)
|
||||||
#auth_strategy=noauth
|
#auth_strategy=noauth
|
||||||
|
|
||||||
# A list of backend names to use. These backend names should
|
# A list of backend names to use. These backend names should
|
||||||
|
Loading…
Reference in New Issue
Block a user