forked from sig_core/toolkit
fix: standardized name for OCP to Base, in case of future variants
This commit is contained in:
parent
1fa63f6967
commit
f26149337d
@ -108,7 +108,7 @@ ALLOWED_TYPE_VARIANTS = {
|
||||
"EC2": ["Base", "LVM"],
|
||||
"GenericCloud": ["Base", "LVM"],
|
||||
"Vagrant": ["Libvirt", "Vbox", "VMware"],
|
||||
"OCP": None,
|
||||
"OCP": ["Base"],
|
||||
"RPI": None,
|
||||
}
|
||||
def valid_type_variant(_type: str, variant: str="") -> bool:
|
||||
|
Loading…
Reference in New Issue
Block a user