X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=common%2Fpython%2Frift%2Fmano%2Fncclient.py;h=1c5221503e5d344a83c5d20c8d2816aa9658be60;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=9b870307777a43e2f976124955bf68bdd5a0c06b;hpb=49868d2c71eb364cee9707515be6841a568dad40;p=osm%2FSO.git diff --git a/common/python/rift/mano/ncclient.py b/common/python/rift/mano/ncclient.py index 9b870307..1c522150 100644 --- a/common/python/rift/mano/ncclient.py +++ b/common/python/rift/mano/ncclient.py @@ -49,7 +49,7 @@ class NcClient(object): self.loop = loop self._nc_mgr = None - self._model = RwYang.Model.create_libncx() + self._model = RwYang.Model.create_libyang() @asyncio.coroutine def connect(self, timeout=240):