X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fadmin_topics.py;h=c2767c815ec5ba294108eb100325a595a859f40d;hp=51a696394a4f6bde318e69d6074c8f22a374760d;hb=c26740a54b2b1acf5663aab0b2c4753b9949504c;hpb=e395aa49c788ab9c776d16b49b75cf80a54af532 diff --git a/osm_nbi/admin_topics.py b/osm_nbi/admin_topics.py index 51a6963..c2767c8 100644 --- a/osm_nbi/admin_topics.py +++ b/osm_nbi/admin_topics.py @@ -442,7 +442,6 @@ class CommonVimWimSdn(BaseTopic): } content["resources"] = {"compute": compute, "storage": storage, "network": network} - return "{}:0".format(content["_id"]) def delete(self, session, _id, dry_run=False, not_send_msg=None):