canonical / canonical/pycloudlib
Consistent API for instance status
Open
enhancement
- Dominant language
- Python
- Stars
- 22
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
We currently have a number of `wait` methods, but not any methods that give us the current state of the instance. Depending on the cloud, when an instance is starting, it may return a status like 'STARTING' on one cloud, but 'PROVISIONING' on another. I think we should have a unified instance status we can know if an instance is starting, stopping, stopped, running, or terminated.
Contributor guide
Assessment
This issue has not been assessed yet.