mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-28 18:34:36 +00:00
cleanup(inventory): Drop unneeded connection_plugin and transport
These two variables seem to be unused and removing them did not have any effect. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
@@ -260,9 +260,6 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable):
|
|||||||
|
|
||||||
NAME = "kubevirt.core.kubevirt"
|
NAME = "kubevirt.core.kubevirt"
|
||||||
|
|
||||||
connection_plugin = "kubernetes.core.kubectl"
|
|
||||||
transport = "kubectl"
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_default_host_name(host: str) -> str:
|
def get_default_host_name(host: str) -> str:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user