From 622cdec02a692ba212a5f62bb8e29de0e0b0d96a Mon Sep 17 00:00:00 2001 From: sumit kalra Date: Sat, 17 Jun 2023 20:48:06 -0700 Subject: [PATCH] Update helper.py Correcting spelling from markeplace to marketplace --- calm-integrations/calm-dr-vm-tracking-scripts/helper.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/calm-integrations/calm-dr-vm-tracking-scripts/helper.py b/calm-integrations/calm-dr-vm-tracking-scripts/helper.py index 92741a7..e1545d1 100644 --- a/calm-integrations/calm-dr-vm-tracking-scripts/helper.py +++ b/calm-integrations/calm-dr-vm-tracking-scripts/helper.py @@ -133,9 +133,9 @@ def change_project(application_name, new_project_name): log.info("Now moving '{}' app's VM to new project '{}'".format(app_name, new_project_name)) if app.app_blueprint_config.source_marketplace_name: - log.info("Moving Markeplace BP of application '{}' to '{}' project".format(app_name, new_project_name)) + log.info("Moving Marketplace BP of application '{}' to '{}' project".format(app_name, new_project_name)) handle_entity_project_change("blueprint", str(app.app_blueprint_config.uuid), tenant_uuid, new_project_name, new_project_uuid) - log.info("Successfully moved Markeplace BP of application '{}' to '{}' project".format(app_name, new_project_name)) + log.info("Successfully moved Marketplace BP of application '{}' to '{}' project".format(app_name, new_project_name)) if not pc_account_uuid_object_map: log.info("There are no AHV vm's in the app, hence no vm belonging to this app needs any change") @@ -334,4 +334,4 @@ def get_or_create_category(name, value, tenant_uuid): category_obj.tenant_uuid = tenant_uuid category_obj.initialize(name, value, "Created by CALM", None, True) category_obj.save() - return category_obj \ No newline at end of file + return category_obj