Merge "Remove key_manager.api_class hack"

This commit is contained in:
Jenkins 2017-07-20 03:45:56 +00:00 committed by Gerrit Code Review
commit f34180af48
1 changed files with 0 additions and 5 deletions

View File

@ -24,11 +24,6 @@ from nova.i18n import _LW
LOG = logging.getLogger(__name__)
CONF = nova.conf.CONF
# NOTE(kfarr): This line can be removed when a value is assigned in DevStack
CONF.set_default('api_class', 'nova.keymgr.conf_key_mgr.ConfKeyManager',
group='key_manager')
# NOTE(kfarr): For backwards compatibility, everything below this comment
# is deprecated for removal
api_class = None