mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Add ID column to compute service list"
This commit is contained in:
commit
262af5416b
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ class ListService(lister.Lister):
|
|||
self.log.debug("take_action(%s)", parsed_args)
|
||||
compute_client = self.app.client_manager.compute
|
||||
columns = (
|
||||
"Id",
|
||||
"Binary",
|
||||
"Host",
|
||||
"Zone",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue