Delete the unused LOG configure code

Delete the unused LOG configure code and import code

Change-Id: I1fb0cacfe44b6a2fd4e4b3f504b6d1dec055c5c4
This commit is contained in:
zhurong 2016-01-05 02:45:45 -05:00
parent 401164939e
commit b29947449a
2 changed files with 0 additions and 8 deletions

View File

@ -15,15 +15,11 @@
"""Modify cliff.CommandManager"""
import logging
import pkg_resources
import cliff.commandmanager
LOG = logging.getLogger(__name__)
class CommandManager(cliff.commandmanager.CommandManager):
"""Add additional functionality to cliff.CommandManager

View File

@ -15,13 +15,9 @@
"""Object client"""
import logging
from openstackclient.api import object_store_v1
from openstackclient.common import utils
LOG = logging.getLogger(__name__)
DEFAULT_API_VERSION = '1'
API_VERSION_OPTION = 'os_object_api_version'
API_NAME = 'object_store'