Merge "Add ID column to compute service list"
This commit is contained in:
commit
262af5416b
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user