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.