|
26 | 26 | 'run_rootfs_image' => stack1.run_rootfs_image, |
27 | 27 | 'build_rootfs_image' => stack1.build_rootfs_image, |
28 | 28 | 'guid' => stack1.guid, |
| 29 | + 'state' => 'ACTIVE', |
29 | 30 | 'default' => false, |
30 | 31 | 'metadata' => { 'labels' => {}, 'annotations' => {} }, |
31 | 32 | 'created_at' => iso8601, |
|
42 | 43 | 'run_rootfs_image' => stack2.run_rootfs_image, |
43 | 44 | 'build_rootfs_image' => stack2.build_rootfs_image, |
44 | 45 | 'guid' => stack2.guid, |
| 46 | + 'state' => 'ACTIVE', |
45 | 47 | 'default' => true, |
46 | 48 | 'metadata' => { 'labels' => {}, 'annotations' => {} }, |
47 | 49 | 'created_at' => iso8601, |
|
122 | 124 | 'run_rootfs_image' => stack1.run_rootfs_image, |
123 | 125 | 'build_rootfs_image' => stack1.build_rootfs_image, |
124 | 126 | 'guid' => stack1.guid, |
| 127 | + 'state' => 'ACTIVE', |
125 | 128 | 'default' => false, |
126 | 129 | 'metadata' => { 'labels' => {}, 'annotations' => {} }, |
127 | 130 | 'created_at' => iso8601, |
|
138 | 141 | 'run_rootfs_image' => stack2.run_rootfs_image, |
139 | 142 | 'build_rootfs_image' => stack2.build_rootfs_image, |
140 | 143 | 'guid' => stack2.guid, |
| 144 | + 'state' => 'ACTIVE', |
141 | 145 | 'default' => true, |
142 | 146 | 'metadata' => { 'labels' => {}, 'annotations' => {} }, |
143 | 147 | 'created_at' => iso8601, |
|
177 | 181 | 'run_rootfs_image' => stack1.run_rootfs_image, |
178 | 182 | 'build_rootfs_image' => stack1.build_rootfs_image, |
179 | 183 | 'guid' => stack1.guid, |
| 184 | + 'state' => 'ACTIVE', |
180 | 185 | 'default' => false, |
181 | 186 | 'metadata' => { 'labels' => {}, 'annotations' => {} }, |
182 | 187 | 'created_at' => iso8601, |
|
193 | 198 | 'run_rootfs_image' => stack3.run_rootfs_image, |
194 | 199 | 'build_rootfs_image' => stack3.build_rootfs_image, |
195 | 200 | 'guid' => stack3.guid, |
| 201 | + 'state' => 'ACTIVE', |
196 | 202 | 'default' => false, |
197 | 203 | 'metadata' => { 'labels' => {}, 'annotations' => {} }, |
198 | 204 | 'created_at' => iso8601, |
|
232 | 238 | 'run_rootfs_image' => stack2.run_rootfs_image, |
233 | 239 | 'build_rootfs_image' => stack2.build_rootfs_image, |
234 | 240 | 'guid' => stack2.guid, |
| 241 | + 'state' => 'ACTIVE', |
235 | 242 | 'default' => true, |
236 | 243 | 'metadata' => { 'labels' => {}, 'annotations' => {} }, |
237 | 244 | 'created_at' => iso8601, |
|
287 | 294 | 'run_rootfs_image' => stack1.run_rootfs_image, |
288 | 295 | 'build_rootfs_image' => stack1.build_rootfs_image, |
289 | 296 | 'guid' => stack1.guid, |
| 297 | + 'state' => 'ACTIVE', |
290 | 298 | 'default' => false, |
291 | 299 | 'metadata' => { |
292 | 300 | 'labels' => { |
|
323 | 331 | 'run_rootfs_image' => stack.run_rootfs_image, |
324 | 332 | 'build_rootfs_image' => stack.build_rootfs_image, |
325 | 333 | 'guid' => stack.guid, |
| 334 | + 'state' => 'ACTIVE', |
326 | 335 | 'default' => false, |
327 | 336 | 'metadata' => { 'labels' => {}, 'annotations' => {} }, |
328 | 337 | 'created_at' => iso8601, |
|
670 | 679 | } |
671 | 680 | }, |
672 | 681 | 'guid' => created_stack.guid, |
| 682 | + 'state' => 'ACTIVE', |
673 | 683 | 'created_at' => iso8601, |
674 | 684 | 'updated_at' => iso8601, |
675 | 685 | 'links' => { |
|
734 | 744 | } |
735 | 745 | }, |
736 | 746 | 'guid' => stack.guid, |
| 747 | + 'state' => 'ACTIVE', |
737 | 748 | 'created_at' => iso8601, |
738 | 749 | 'updated_at' => iso8601, |
739 | 750 | 'links' => { |
|
0 commit comments