added new column binary to the listing of agents
Change-Id: I057185ef2b6e248271597e81a6bef44c2ad8d148 Closes-Bug: #1313702
This commit is contained in:
@@ -31,7 +31,8 @@ class ListAgent(neutronV20.ListCommand):
|
|||||||
|
|
||||||
resource = 'agent'
|
resource = 'agent'
|
||||||
log = logging.getLogger(__name__ + '.ListAgent')
|
log = logging.getLogger(__name__ + '.ListAgent')
|
||||||
list_columns = ['id', 'agent_type', 'host', 'alive', 'admin_state_up']
|
list_columns = ['id', 'agent_type', 'host', 'alive', 'admin_state_up',
|
||||||
|
'binary']
|
||||||
_formatters = {'heartbeat_timestamp': _format_timestamp}
|
_formatters = {'heartbeat_timestamp': _format_timestamp}
|
||||||
sorting_support = True
|
sorting_support = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user