Skip to content

Commit

Permalink
openshift: only use openstack image on non cloud platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Dec 6, 2024
1 parent 866c1bd commit 1d36577
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions kvirt/cluster/openshift/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,10 +1023,6 @@ def create(config, plandir, cluster, overrides, dnsconfig=None):
pass
elif image is None:
image_type = provider
if data['kvm_openstack'] and provider == 'kvm':
image_type = 'openstack'
if provider == "proxmox":
image_type = 'kvm'
region = k.region if provider == 'aws' else None
try:
if upstream:
Expand Down
1 change: 0 additions & 1 deletion kvirt/cluster/openshift/kcli_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ sno_extra_args:
metal3: false
baremetal_user: root
baremetal_password: calvin
kvm_openstack: true
kvm_forcestack: false
ipsec: false
ipsec_mode:
Expand Down

0 comments on commit 1d36577

Please sign in to comment.