]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Update quota_utils with import for keystone_auth
authorRyan McNair <rdmcnair@us.ibm.com>
Wed, 2 Mar 2016 00:07:14 +0000 (00:07 +0000)
committerRyan McNair <rdmcnair@us.ibm.com>
Thu, 3 Mar 2016 19:37:32 +0000 (19:37 +0000)
commit4d66d2e833b86156e49ee34da49f7d6040945af1
treec177477f8e85c86fdb45d43d89ad123b41cf7921
parentad052ea99a6be50c09eda017bafb0decfd218f42
Update quota_utils with import for keystone_auth

Currently, keystone_auth config group is only getting defined in
the cinder-api service. In order to be able to use the quota_utils
helper from both the c-api and c-vol, we need to make sure that
the CONF.keystone_authtoken always gets imported. This is needed
to properly handle nested quota deletes which occur in the c-vol
service.

Change-Id: I3ebb9979d37f62db161e2929fe2cff5a8ba2bf96
cinder/quota_utils.py