tempest/releasenotes/notes/image-wait-multiple-79c55305b584b1ba.yaml
Dan Smith aa8d42c51d Allow wait_for_image_status() to have multiple
This lets us wait for one of multiple target states so we can more
effectively avoid race conditions where we miss an intermediate state
and first poll the final one.

Change-Id: If12c35d38c03fa329ebbf536e2fcd3ff2bd136de
2024-11-13 07:24:42 -08:00

7 lines
192 B
YAML

---
features:
- |
The wait_for_image_status() waiter now allows a list of status values
instead of just a string, and returns the state the image was in when we
stopped waiting.