]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove unused 'deprecated' option from auth_strategy opt
authorJay S Bryant <jsbryant@us.ibm.com>
Fri, 2 Oct 2015 17:44:13 +0000 (12:44 -0500)
committerJay S Bryant <jsbryant@us.ibm.com>
Fri, 2 Oct 2015 17:48:17 +0000 (12:48 -0500)
commit604112253172bfaa0b3a786df8c023914dc2a289
treeb06ee96966038e970767daedf5984a206a3b7fd0
parent6058c9d38fae12678f64e0e4e3232022b34844a5
Remove unused 'deprecated' option from auth_strategy opt

Noticed that the 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.

DocImpact

Change-Id: I34383f9ceb87d10030e1c28f4bc0a7d8c21467d4
cinder/common/config.py