Skip to content

Commit 7d61e54

Browse files
committed
feat: add openstack constant to ProviderType
1 parent f5fe282 commit 7d61e54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocp_resources/utils/resource_constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,4 @@ class ProviderType:
6969
OPENSHIFT: str = "openshift"
7070
RHV: str = "ovirt"
7171
OVA: str = "ova"
72+
OPENSTACK: str = "openstack"

0 commit comments

Comments
 (0)