diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2017-11-06 04:08:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-06 04:08:17 +0000 |
commit | f73b4d79af4fcb787e1e60cc62f12c97e1fd6865 (patch) | |
tree | e687e7cd938b0d8de10cdb6c03118bc562f4c0fb /plugins/sdc/src/main/resources | |
parent | 21b1cbe0e03ee631ae9a3766ab1aadd2fe9d6e78 (diff) | |
parent | 99c106f1ace0c6019d0a8b1deceaf1b6e1fbe476 (diff) |
Merge "Add sort option for MSO cmd"
Diffstat (limited to 'plugins/sdc/src/main/resources')
-rw-r--r-- | plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-create-schema.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-create-schema.yaml b/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-create-schema.yaml index bdc77563..4ce83d4b 100644 --- a/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-create-schema.yaml +++ b/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-create-schema.yaml @@ -24,39 +24,46 @@ parameters: - name: vsp-category description: Category of the VSP type: string + short_option: b long_option: vsp-category is_optional: true default_value: resourceNewCategory.generic - name: vsp-subcategory description: Sub Category of VSP type: string + short_option: c long_option: vsp-subcategory is_optional: true default_value: resourceNewCategory.generic.abstract - name: vlm-version description: License version type: string + short_option: e long_option: vlm-version is_optional: true default_value: 1.0 - name: vlm-vendor description: License Model Name type: string + short_option: g long_option: vlm-vendor is_optional: false - name: vlm-id description: License Model ID type: string + short_option: i long_option: vlm-id is_optional: false - name: vlm-agreement-id description: License Agreement ID type: string + short_option: j long_option: vlm-agreement-id is_optional: false - name: vlm-feature-group-id description: Feature Group ID type: string + short_option: k long_option: vlm-feature-group-id is_optional: false results: |