diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-11-07 07:15:45 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-11-07 07:35:32 +0000 |
commit | 8cc9bc88bf26e5deaae4658f4a347286af9e9b62 (patch) | |
tree | 208732e2031798fb55356f9cdc341a38306f2b0a /plugins/so/src/main/resources/onap-cli-schema/services/service-create-schema-1.1.yaml | |
parent | db0a6497b5b4159c16f907ae91c2a4ce0281c2bc (diff) |
Update SO command from MSO
Update yaml from MSO to SO.
Change-Id: Ie73ea80cad8fb36988dc08b0ed8d138d1b02b657
Issue-ID: CLI-55
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'plugins/so/src/main/resources/onap-cli-schema/services/service-create-schema-1.1.yaml')
-rw-r--r-- | plugins/so/src/main/resources/onap-cli-schema/services/service-create-schema-1.1.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/so/src/main/resources/onap-cli-schema/services/service-create-schema-1.1.yaml b/plugins/so/src/main/resources/onap-cli-schema/services/service-create-schema-1.1.yaml index 31fca411..96b7e036 100644 --- a/plugins/so/src/main/resources/onap-cli-schema/services/service-create-schema-1.1.yaml +++ b/plugins/so/src/main/resources/onap-cli-schema/services/service-create-schema-1.1.yaml @@ -3,7 +3,7 @@ name: service-create description: Create a service instance using MSO version: onap-1.1 service: - name: mso + name: so version: v3 auth: basic mode: direct @@ -12,7 +12,7 @@ parameters: - name: cloud-region description: cloud region identifier type: string - short_option: k + short_option: l long_option: cloud-region is_optional: false - name: tenant-id @@ -66,6 +66,7 @@ parameters: - name: service-type description: subscription service type type: string + short_option: w long_option: service-type is_optional: false |