Delete the unused LOG configure code
Delete the unused LOG configure code and import code Change-Id: I1fb0cacfe44b6a2fd4e4b3f504b6d1dec055c5c4
This commit is contained in:
parent
401164939e
commit
b29947449a
@ -15,15 +15,11 @@
|
|||||||
|
|
||||||
"""Modify cliff.CommandManager"""
|
"""Modify cliff.CommandManager"""
|
||||||
|
|
||||||
import logging
|
|
||||||
import pkg_resources
|
import pkg_resources
|
||||||
|
|
||||||
import cliff.commandmanager
|
import cliff.commandmanager
|
||||||
|
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
class CommandManager(cliff.commandmanager.CommandManager):
|
class CommandManager(cliff.commandmanager.CommandManager):
|
||||||
"""Add additional functionality to cliff.CommandManager
|
"""Add additional functionality to cliff.CommandManager
|
||||||
|
|
||||||
|
@ -15,13 +15,9 @@
|
|||||||
|
|
||||||
"""Object client"""
|
"""Object client"""
|
||||||
|
|
||||||
import logging
|
|
||||||
|
|
||||||
from openstackclient.api import object_store_v1
|
from openstackclient.api import object_store_v1
|
||||||
from openstackclient.common import utils
|
from openstackclient.common import utils
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
DEFAULT_API_VERSION = '1'
|
DEFAULT_API_VERSION = '1'
|
||||||
API_VERSION_OPTION = 'os_object_api_version'
|
API_VERSION_OPTION = 'os_object_api_version'
|
||||||
API_NAME = 'object_store'
|
API_NAME = 'object_store'
|
||||||
|
Loading…
Reference in New Issue
Block a user