Skip to content

Commit d9224db

Browse files
committed
Revert "Revert "Terminated VNFs should not show up in the nsr.""
This reverts commit 0f9077b.
1 parent 0f9077b commit d9224db

File tree

1 file changed

+1
-1
lines changed
  • plugins/son-mano-service-lifecycle-management/son_mano_slm

1 file changed

+1
-1
lines changed

plugins/son-mano-service-lifecycle-management/son_mano_slm/slm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@ def update_nsr(self, serv_id):
20182018

20192019
nsr_id = serv_id
20202020
nsr['id'] = nsr_id
2021-
nsr['version'] = int(nsr['version']) + 1
2021+
nsr['version'] = str(int(nsr['version']) + 1)
20222022
url = t.nsr_path + '/' + nsr_id
20232023
LOG.info("Service " + serv_id + ": " + str(url))
20242024
header = {'Content-Type': 'application/json'}

0 commit comments

Comments
 (0)