Skip to content

Commit 6f8d397

Browse files
committed
heat/stack support show hidden option
1 parent 810f391 commit 6f8d397

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openstack/orchestration/v1/stacks/requests.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ type ListOpts struct {
253253
// ShowNested set to `true` to include nested stacks in the list.
254254
ShowNested bool `q:"show_nested"`
255255

256+
// ShowHidden set to `true` to include hiddened stacks in the list.
257+
ShowHidden bool `q:"show_hidden"`
258+
256259
// Tags lists stacks that contain one or more simple string tags.
257260
Tags string `q:"tags"`
258261

0 commit comments

Comments
 (0)