Feature 10239: Distributed VCA
[osm/osmclient.git] / osmclient / v1 / client.py
index cad9c94..7d01cfa 100644 (file)
@@ -24,7 +24,6 @@ from osmclient.v1 import ns
 from osmclient.v1 import nsd
 from osmclient.v1 import vim
 from osmclient.v1 import package
-from osmclient.v1 import vca
 from osmclient.v1 import utils
 from osmclient.common import http
 from osmclient.common import package_tool
@@ -98,7 +97,6 @@ class Client(object):
         self.package = package.Package(
             http=http_client, upload_http=upload_client, client=self, **kwargs
         )
-        self.vca = vca.Vca(http_client, client=self, **kwargs)
         self.utils = utils.Utils(http_client, **kwargs)
         self.package_tool = package_tool.PackageTool(client=self)