Remove unused LOG from v2.1 API code
LOG is not used in __init__ of v2.1 API code. So this patch removes it for the code cleanup. TrivialFix Change-Id: Id54b3cc217031307fb653b36db8a19cf36f2ed58
This commit is contained in:
@@ -18,15 +18,12 @@
|
||||
WSGI middleware for OpenStack Compute API.
|
||||
"""
|
||||
|
||||
from oslo_log import log as logging
|
||||
|
||||
import nova.api.openstack
|
||||
from nova.api.openstack.compute import extension_info
|
||||
import nova.conf
|
||||
|
||||
|
||||
CONF = nova.conf.CONF
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class APIRouterV21(nova.api.openstack.APIRouterV21):
|
||||
|
Reference in New Issue
Block a user