From a52f00e9d0af1181d3e9c87508789fb4ced022f5 Mon Sep 17 00:00:00 2001 From: Itohan Date: Mon, 30 Sep 2019 23:39:44 +0000 Subject: Minor bug fixes in CLI - Added USER_ID header for SDC - Changed multicloud url - Added samples for commands - Fixed Bug in service-create command Signed-off-by: Itohan Ukponmwan Issue-ID: CLI-229 Change-Id: I9ec94d6dd390d2b5bf059c2f8a82c67b65fbeb34 --- .../service-model/service-model-checkout-schema-elalto.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkout-schema-elalto.yaml') diff --git a/products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkout-schema-elalto.yaml b/products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkout-schema-elalto.yaml index a2148ec2..43c2b85b 100644 --- a/products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkout-schema-elalto.yaml +++ b/products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkout-schema-elalto.yaml @@ -50,9 +50,11 @@ http: request: uri: /sdc2/rest/v1/catalog/services/${service-id}/lifecycleState/CHECKOUT method: POST + headers: + USER_ID: ${host-username} body: '{}' success_codes: - 200 result_map: id: $b{$.uniqueId} - version: $b{$.version} \ No newline at end of file + version: $b{$.version} -- cgit 1.2.3-korg