There was an error while loading. Please reload this page.
2 parents 23e821a + 80e3a2d commit 262af54Copy full SHA for 262af54
1 file changed
openstackclient/compute/v2/service.py
@@ -43,6 +43,7 @@ def take_action(self, parsed_args):
43
self.log.debug("take_action(%s)", parsed_args)
44
compute_client = self.app.client_manager.compute
45
columns = (
46
+ "Id",
47
"Binary",
48
"Host",
49
"Zone",
0 commit comments