Skip to content

Commit 6ba140b

Browse files
authored
Adding a new status constant ERROR_UNSCHEDULABLE under vm status (#1166)
Signed-off-by: akrgupta <akrgupta@redhat.com> Co-authored-by: akrgupta <akrgupta@redhat.com>
1 parent 88ad62b commit 6ba140b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocp_resources/virtual_machine.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class Status(NamespacedResource.Status):
3333
STOPPED = "Stopped"
3434
STOPPING = "Stopping"
3535
WAITING_FOR_VOLUME_BINDING = "WaitingForVolumeBinding"
36+
ERROR_UNSCHEDULABLE = "ErrorUnschedulable"
3637

3738
def __init__(
3839
self,

0 commit comments

Comments
 (0)