Remove unused LONG_FIELDS
This removes the LONG_FIELDS variable because it is not used. Change-Id: Ic3514e4baa2a3e8b9c6d8bfd19fa45efd385f02d
This commit is contained in:
@@ -651,14 +651,6 @@ class ShowBaremetalNode(show.ShowOne):
|
||||
"""Show baremetal node details"""
|
||||
|
||||
log = logging.getLogger(__name__ + ".ShowBaremetalNode")
|
||||
LONG_FIELDS = [
|
||||
'extra',
|
||||
'properties',
|
||||
'ports',
|
||||
'driver_info',
|
||||
'driver_internal_info',
|
||||
'instance_info',
|
||||
]
|
||||
|
||||
def get_parser(self, prog_name):
|
||||
parser = super(ShowBaremetalNode, self).get_parser(prog_name)
|
||||
|
Reference in New Issue
Block a user