Comment 4 for bug 1708988

Revision history for this message
jiangxing (jiangxing) wrote :

But in ns_db.get_ns, self._get_resource call the nfvo_db._get_resource, the nfvo_db._get_resource doesn't process the issubclass(model, NS), it just raise.

2017-08-07 20:07:57.981 1498 ERROR tacker.api.v1.resource File "/usr/local/lib/python2.7/dist-packages/tacker/db/nfvo/ns_db.py", line 336, in get_ns
2017-08-07 20:07:57.981 1498 ERROR tacker.api.v1.resource ns_db = self._get_resource(context, NS, ns_id)
2017-08-07 20:07:57.981 1498 ERROR tacker.api.v1.resource File "/usr/local/lib/python2.7/dist-packages/tacker/db/nfvo/nfvo_db.py", line 98, in _get_resource