Trival-fix: remove a unused logger initialization
Change-Id: Icad37bda5bea38a3a660d3373f3fa0d0d504a183
This commit is contained in:
parent
6e2a01d3c0
commit
90ea04f23f
@ -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"""
|
||||
|
@ -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"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user