Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 524bceb

Browse files
committed
add Metadata field to Image result
1 parent d62a69f commit 524bceb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openstack/compute/v2/images/results.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ type Image struct {
5151
Status string
5252

5353
Updated string
54+
55+
Metadata map[string]string
5456
}
5557

5658
// ImagePage contains a single page of results from a List operation.

0 commit comments

Comments
 (0)