Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • osm/nbi
1 result
Show changes
Commits on Source (2)
......@@ -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
)
......@@ -2427,7 +2427,6 @@ def _start_service():
Set database, storage, message configuration
Init database with admin/admin user password
"""
global nbi_server
global subscription_thread
global cef_logger
global current_backend
......