From 019434b0bb5cf8f88f3719633d526a7c39e1d362 Mon Sep 17 00:00:00 2001 From: Pedro Escaleira Date: Thu, 31 Mar 2022 11:50:49 +0100 Subject: [PATCH] Bug 1954 fixed: I added the parameter as one of the valid ones that will be automatically auto-populated by the LCM Change-Id: I534aff21f2ecb9621c54c45e86ae3b0835e6cf53 Signed-off-by: Pedro Escaleira --- osm_nbi/instance_topics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osm_nbi/instance_topics.py b/osm_nbi/instance_topics.py index 1178b39..8cc7106 100644 --- a/osm_nbi/instance_topics.py +++ b/osm_nbi/instance_topics.py @@ -299,6 +299,7 @@ class NsrTopic(BaseTopic): "", "", "", + "" ): continue if ( -- 2.17.1