| commit | c000b620bb2cbf1be0a04d6cdf79151b23b8db65 | [log] [tgz] |
|---|---|---|
| author | velandy <rajesh.velandy@riftio.com> | Thu Jan 26 05:28:52 2017 +0000 |
| committer | velandy <rajesh.velandy@riftio.com> | Thu Jan 26 05:28:52 2017 +0000 |
| tree | 2c8c6819c48b232577d0e855f32292ad40d7dcc3 | |
| parent | 2047076c4704c759b4c840c48627b8a5691e72fa [diff] |
Bug 173 - Creation of additional networks in running NS does not publish VLRs
diff --git a/rwlaunchpad/plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py b/rwlaunchpad/plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py index 7133ea4..d53d701 100644 --- a/rwlaunchpad/plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py +++ b/rwlaunchpad/plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py
@@ -902,6 +902,7 @@ openmano_nsr = self._openmano_nsrs[nsr.id] if openmano_nsr._state == OpenmanoNSRecordState.RUNNING: yield from openmano_nsr.create_vlr(vlr) + yield from self._publisher.publish_vlr(None, vlr.vlr_msg) else: yield from openmano_nsr.add_vlr(vlr)