Remove unused LONG_FIELDS

This removes the LONG_FIELDS variable because it is not used.

Change-Id: Ic3514e4baa2a3e8b9c6d8bfd19fa45efd385f02d
This commit is contained in:
Ruby Loo
2016-07-21 15:24:28 -04:00
parent 2a6549a20a
commit 0633c582bb

View File

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