From: garciadeblas Date: Mon, 24 Nov 2025 09:48:36 +0000 (+0100) Subject: Fix bug 2416: replace sw_catalog by sw-catalog-path option in KSU create and update X-Git-Tag: v19.0.0~15 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=abd660d4e9edb1d129ca97e1208cd925f110985d;p=osm%2Fosmclient.git Fix bug 2416: replace sw_catalog by sw-catalog-path option in KSU create and update Change-Id: Ib82bb90dc0396d7d21b62879318417e7e325e869 Signed-off-by: garciadeblas --- diff --git a/osmclient/cli_commands/ksu.py b/osmclient/cli_commands/ksu.py index 63ff78c8..1ce7f4a5 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: