Merge "Delete the unused LOG configure code"

This commit is contained in:
Jenkins 2016-01-07 02:56:05 +00:00 committed by Gerrit Code Review
commit 4c05f1f0e5
2 changed files with 0 additions and 8 deletions
openstackclient

@ -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

@ -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'