added new column binary to the listing of agents

Change-Id: I057185ef2b6e248271597e81a6bef44c2ad8d148
Closes-Bug: #1313702
This commit is contained in:
Christian Berendt
2014-04-28 14:45:59 +02:00
parent 6cec9fe047
commit e42245eb07

View File

@@ -31,7 +31,8 @@ class ListAgent(neutronV20.ListCommand):
resource = 'agent'
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}
sorting_support = True