Skip to content

Commit 262af54

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Add ID column to compute service list"
2 parents 23e821a + 80e3a2d commit 262af54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openstackclient/compute/v2/service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def take_action(self, parsed_args):
4343
self.log.debug("take_action(%s)", parsed_args)
4444
compute_client = self.app.client_manager.compute
4545
columns = (
46+
"Id",
4647
"Binary",
4748
"Host",
4849
"Zone",

0 commit comments

Comments
 (0)