Skip to content

Commit

Permalink
kubevirt: remove kubecommon
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Sep 25, 2024
1 parent 4004ef4 commit 5c5308c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kvirt/providers/kubevirt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import base64
from ipaddress import ip_address
from kvirt.cluster.kubecommon import Kubecommon
from kvirt import common
from kvirt.common import error, pprint, warning
from kvirt.kubecommon import _create_resource, _delete_resource, _patch_resource, _replace_resource
Expand Down Expand Up @@ -53,7 +52,7 @@ def _base_image_size(image):
return size


class Kubevirt(Kubecommon):
class Kubevirt():
def __init__(self, kubeconfig_file, context=None, debug=False, namespace=None,
disk_hotplug=False, readwritemany=False, access_mode='NodePort', volume_mode='Filesystem',
volume_access='ReadWriteOnce', harvester=False, embed_userdata=False, first_consumer=False):
Expand Down

0 comments on commit 5c5308c

Please sign in to comment.