From 7625bda866bc406b576790b778f4fa8c51bec625 Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Thu, 12 Sep 2019 17:25:18 +0530 Subject: Fix bug in service model test approval Issue-ID: CLI-166 Change-Id: I76de5b2655be0ba34b15b4976e529ef64484df89 Signed-off-by: Kanagaraj Manickam k00365106 --- .../resources/open-cli-schema/vnf-tosca-provision-dublin-schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'products/onap-dublin/features/integration/src') diff --git a/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/vnf-tosca-provision-dublin-schema.yaml b/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/vnf-tosca-provision-dublin-schema.yaml index e7c509a6..ff67ee5e 100644 --- a/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/vnf-tosca-provision-dublin-schema.yaml +++ b/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/vnf-tosca-provision-dublin-schema.yaml @@ -39,10 +39,10 @@ description: | c. Type 'profile onap-dublin' to create or to use existing onap-dublin profile d. Set following entries: - set sdc.onboarding:host-url=https://159.138.8.8:30280 + set sdc.onboarding:host-url=http://159.138.8.8:30280 set sdc.onboarding:host-username=cs0008 set sdc.onboarding:host-password=demo123456! - set sdc.catalog:host-url=https://159.138.8.8:30205 + set sdc.catalog:host-url=http://159.138.8.8:30205 set sdc.catalog:host-password=demo123456\! set sdc.catalog:host-username=cs0008 set sdc.catalog:service-model-approve:host-username=gv0001 -- cgit 1.2.3-korg