From ffce2a45c45d02a040774c35089401370cb85702 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 21 Mar 2025 11:39:39 +0100 Subject: [PATCH] Disable update cluster operation in NBI Change-Id: I463ee7c3007436d3220c7f326a566933a43ead8d Signed-off-by: garciadeblas --- osm_nbi/nbi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm_nbi/nbi.py b/osm_nbi/nbi.py index 1d8fa26..4e7e8ee 100644 --- a/osm_nbi/nbi.py +++ b/osm_nbi/nbi.py @@ -2052,7 +2052,7 @@ class Server(object): engine_session, engine_topic, _id, indata, kwargs ) outdata = {"op_id": op_id} - elif topic == "clusters" and item in ("upgrade", "scale", "update"): + elif topic == "clusters" and item in ("upgrade", "scale"): op_id = self.engine.update_cluster( engine_session, engine_topic, _id, item, indata ) -- 2.25.1