From: Itohan Date: Mon, 6 May 2019 23:28:00 +0000 (+0000) Subject: Added cloud owner parameter to vf-module-create X-Git-Tag: 3.0.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F89%2F87089%2F1;p=cli.git Added cloud owner parameter to vf-module-create Change-Id: I96b3a6b2b0e033cc9201e4612e1c3ae2bee930dd Issue-ID: CLI-163 Signed-off-by: Itohan Ukponmwan --- diff --git a/products/onap-dublin/features/so/src/main/resources/open-cli-schema/vf-module-create-schema-dublin.yaml b/products/onap-dublin/features/so/src/main/resources/open-cli-schema/vf-module-create-schema-dublin.yaml index edf82c2e..fc9f0065 100644 --- a/products/onap-dublin/features/so/src/main/resources/open-cli-schema/vf-module-create-schema-dublin.yaml +++ b/products/onap-dublin/features/so/src/main/resources/open-cli-schema/vf-module-create-schema-dublin.yaml @@ -28,6 +28,12 @@ parameters: short_option: l long_option: lcp-cloudregion-id is_optional: false + - name: cloud-owner + description: cloud region cloud owner + type: string + short_option: co + long_option: cloud-owner + is_optional: false - name: tenant-id description: openstack tenant id (uuid) type: string @@ -197,7 +203,8 @@ http: }, "cloudConfiguration":{ "lcpCloudRegionId":"${lcp-cloudregion-id}", - "tenantId":"${tenant-id}" + "tenantId":"${tenant-id}", + "cloudOwner":"${cloud-owner}" }, "requestInfo":{ "instanceName":"${instance-name}", @@ -243,7 +250,7 @@ http: success_codes: - 202 - result_mpa: + result_map: vf-instance-id: $b{$.vfInstanceId} sample_response: body: '{ "vfInstanceId" : "234567AB" }'