cleanup,doc(inventory): Add missing docstring

Add missing docstring for the _connections_compatibility method.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-07-11 16:04:40 +02:00
parent 9029574f7c
commit 7495c34766

View File

@@ -423,6 +423,10 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable):
self._populate_inventory(results, opts)
def _connections_compatibility(self, config_data: Dict) -> None:
"""
_connections_compatibility ensures compatibility with the connection
parameter found in earlier versions of this inventory plugin (<1.5.0).
"""
collection_name = "kubevirt.core"
version_removed_in = "3.0.0"