From 40fb9bb6a16d6c97e342a30878200d5a95cc96c4 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 24 Nov 2025 10:48:36 +0100 Subject: [PATCH] Fix bug 2416: replace sw_catalog by sw-catalog-path option in KSU create and update Change-Id: Ib82bb90dc0396d7d21b62879318417e7e325e869 Signed-off-by: garciadeblas --- osmclient/cli_commands/ksu.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/osmclient/cli_commands/ksu.py b/osmclient/cli_commands/ksu.py index 63ff78c..1ce7f4a 100755 --- a/osmclient/cli_commands/ksu.py +++ b/osmclient/cli_commands/ksu.py @@ -241,10 +241,10 @@ def ksu_create(ctx, args, ksu_params): --profile-type TYPE type of the profile: [infra-controller-profile|infra-config-profile|app-profile|resource-profile] --oka OKA_ID name or ID of the OKA that will be incorporated to the KSU - (either --oka or --sw_catalog must be used) - --sw_catalog TEXT folder in the SW catalog (git repo) that will be incorporated to the KSU - (either --oka or --sw_catalog must be used) - --params FILE file with the values that parametrize the OKA or the sw_catalog + (either --oka or --sw-catalog-path must be used) + --sw-catalog-path TEXT folder in the SW catalog (git repo) that will be incorporated to the KSU + (either --oka or --sw-catalog-path must be used) + --params FILE file with the values that parametrize the OKA or the template in SW catalog path \b Example: @@ -333,10 +333,10 @@ def ksu_update(ctx, args, ksu_params): --profile-type TYPE type of the profile: [infra-controller-profile|infra-config-profile|app-profile|resource-profile] --oka OKA_ID name or ID of the OKA that will be incorporated to the KSU - (either --oka or --sw_catalog must be used) - --sw_catalog TEXT folder in the SW catalog (git repo) that will be incorporated to the KSU - (either --oka or --sw_catalog must be used) - --params FILE file with the values that parametrize the OKA or the sw_catalog + (either --oka or --sw-catalog-path must be used) + --sw-catalog-path TEXT folder in the SW catalog (git repo) that will be incorporated to the KSU + (either --oka or --sw-catalog-path must be used) + --params FILE file with the values that parametrize the OKA or the template in SW catalog path \b Example: -- 2.25.1