Merge "TrivialFix: Remove cfg import unused"

This commit is contained in:
Jenkins 2016-09-19 16:57:27 +00:00 committed by Gerrit Code Review
commit ee956e217f

View File

@ -20,10 +20,6 @@ WSGI middleware for OpenStack Compute API.
import nova.api.openstack
from nova.api.openstack.compute import extension_info
import nova.conf
CONF = nova.conf.CONF
class APIRouterV21(nova.api.openstack.APIRouterV21):