Trival-fix: remove a unused logger initialization

Change-Id: Icad37bda5bea38a3a660d3373f3fa0d0d504a183
This commit is contained in:
liusheng 2017-09-28 17:22:58 +08:00
parent 6e2a01d3c0
commit 90ea04f23f
2 changed files with 0 additions and 8 deletions

View File

@ -16,12 +16,8 @@
"""Mogan v1 availability zone action implementations"""
import logging
from osc_lib.command import command
LOG = logging.getLogger(__name__)
class ListAvailabilityZone(command.Lister):
"""List all available zones"""

View File

@ -16,12 +16,8 @@
"""Mogan v1 Baremetal node implementations"""
import logging
from osc_lib.command import command
LOG = logging.getLogger(__name__)
class ListNode(command.Lister):
"""List all baremetal nodes names"""