X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=inline;f=osmclient%2Fsol005%2Fclient.py;h=ca8f151dc25a8c8de479e95334b30e9616794727;hb=e26c422590219f865d958a8537b8f6c0973ac703;hp=b8627b94bf315e819944a632178ddc73bb33d8b5;hpb=1b6c5b581dc29170b0bc81f909a41a322760de9a;p=osm%2Fosmclient.git diff --git a/osmclient/sol005/client.py b/osmclient/sol005/client.py index b8627b9..ca8f151 100644 --- a/osmclient/sol005/client.py +++ b/osmclient/sol005/client.py @@ -18,11 +18,11 @@ OSM SOL005 client API """ -#from osmclient.v1 import vnf #from osmclient.v1 import vca from osmclient.sol005 import vnfd from osmclient.sol005 import nsd from osmclient.sol005 import ns +from osmclient.sol005 import vnf from osmclient.sol005 import vim from osmclient.sol005 import package from osmclient.sol005 import http @@ -85,8 +85,8 @@ class Client(object): self.ns = ns.Ns(self._http_client, client=self) self.vim = vim.Vim(self._http_client, client=self) self.sdnc = sdncontroller.SdnController(self._http_client, client=self) + self.vnf = vnf.Vnf(self._http_client, client=self) ''' - self.vnf = vnf.Vnf(http_client, client=self, **kwargs) self.vca = vca.Vca(http_client, client=self, **kwargs) self.utils = utils.Utils(http_client, **kwargs) '''