Change-Id: Iba0af5eccc16255eb408531fd5b0da3637651274
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
# under the License.
##
-version = '6.0.2.post1'
-version_date = '2018-08-30'
+version = '6.0.2.post3'
+version_date = '2018-09-13'
return
# Get Network Slice Template from Database
_filter = self._get_project_filter(session)
- _filter["nst-id"] = _id
+ _filter["_admin.nst-id"] = _id
if self.db.get_list("nsis", _filter):
raise EngineException("there is at least one Netslice Instance using this descriptor",
http_code=HTTPStatus.CONFLICT)