File: wait-on-image-snapshot-27cd2eacab2fabd8.yaml

package info (click to toggle)
python-openstacksdk 0.101.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,888 kB
  • sloc: python: 90,744; sh: 173; makefile: 21
file content (7 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
---
features:
  - Adds a new pair of options to create_image_snapshot(), wait and timeout,
    to have the function wait until the image snapshot being created goes
    into an active state.
  - Adds a new function wait_for_image() which will wait for an image to go
    into an active state.