Skip to content

Commit

Permalink
server/list: Add missing PlacementGroup to JSON
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Siewert <[email protected]>
  • Loading branch information
sinuscosinustan committed Nov 11, 2022
1 parent 7d6990f commit 01b1f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cmd/server/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ var ListCmd = base.ListCmd{
},
Labels: server.Labels,
PrimaryDiskSize: server.PrimaryDiskSize,
PlacementGroup: &server.PlacementGroup,
}
if server.Image != nil {
serverImage := util.ImageToSchema(*server.Image)
Expand Down

0 comments on commit 01b1f3f

Please sign in to comment.