Merge "Update quota_utils with import for keystone_auth"

This commit is contained in:
Jenkins 2016-03-07 18:14:15 +00:00 committed by Gerrit Code Review
commit 16aac2a659

View File

@ -27,7 +27,8 @@ from cinder import exception
from cinder.i18n import _, _LW
CONF = cfg.CONF
CONF.import_opt('auth_uri', 'keystonemiddleware.auth_token.__init__',
'keystone_authtoken')
LOG = logging.getLogger(__name__)