Merge "Add ID column to compute service list"

This commit is contained in:
Jenkins 2015-10-07 03:38:33 +00:00 committed by Gerrit Code Review
commit 262af5416b

View File

@ -43,6 +43,7 @@ class ListService(lister.Lister):
self.log.debug("take_action(%s)", parsed_args) self.log.debug("take_action(%s)", parsed_args)
compute_client = self.app.client_manager.compute compute_client = self.app.client_manager.compute
columns = ( columns = (
"Id",
"Binary", "Binary",
"Host", "Host",
"Zone", "Zone",