Skip to content

Commit 53256cb

Browse files
committed
added instance status ordered
1 parent e3ea940 commit 53256cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datacrunch/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def __init__(self):
2222

2323

2424
class InstanceStatus:
25+
ORDERED = 'ordered'
2526
RUNNING = 'running'
2627
PROVISIONING = 'provisioning'
2728
OFFLINE = 'offline'

0 commit comments

Comments
 (0)