X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fengine.py;h=f7bc0121b15d93f3104d3fe05531f09738f611a1;hp=2bf61692a808960c46a75916470c21e2c41266fd;hb=c5a18892d3b9e5a515c3adab0bafcdc097d9fe28;hpb=2bf65930958606064b41b9747dc22512e70523f7;ds=sidebyside diff --git a/osm_nbi/engine.py b/osm_nbi/engine.py index 2bf6169..f7bc012 100644 --- a/osm_nbi/engine.py +++ b/osm_nbi/engine.py @@ -138,7 +138,7 @@ class Engine(object): for _, value in resources_to_operations["resources_to_operations"].items(): if value not in self.operations: - self.operations += value + self.operations += [value] if config["authentication"]["backend"] == "keystone": self.map_from_topic_to_class["users"] = UserTopicAuth