Skip to content

Commit 80e3a2d

Browse files
author
Alex Schultz
committed
Add ID column to compute service list
This change adds the ID to the compute service list command so that the ID can be leveraged by scripts trying to remove or update a specific service. Change-Id: I446b4c0071988133195eb2382313b3918b7ffa72 Closes-Bug: #1503430
1 parent be1ee41 commit 80e3a2d

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)