Skip to content

Commit

Permalink
adding defaultBucketID to list clouds table output
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Haigh <mhaigh@netapp.com>
  • Loading branch information
MichaelHaigh committed May 7, 2024
1 parent 9080b48 commit eb6c742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astraSDK/clouds.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def main(self, cloudType=None):
dataReturn = yaml.dump(cloudsCooked)
elif self.output == "table":
dataReturn = self.basicTable(
["cloudName", "cloudID", "cloudType", "credentialID"],
["name", "id", "cloudType", "credentialID"],
["cloudName", "cloudID", "cloudType", "credentialID", "defaultBucketID"],
["name", "id", "cloudType", "credentialID", "defaultBucketID"],
cloudsCooked,
)
if not self.quiet:
Expand Down

0 comments on commit eb6c742

Please sign in to comment.