diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-11-16 07:24:14 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-11-16 10:11:11 +0000 |
commit | 14b284860b8a04fdf2d4dee49c81ad4e021a26a6 (patch) | |
tree | b4a4bd3b1705bc5e291d558068fd68de214f5ad0 /plugins/sdc/src | |
parent | fcd32979340379153351e0493b9d253c6a1ee241 (diff) |
Fix yaml for servervice create command
Make project-id as mandatory field.
Change-Id: I7520d2b00535039a9d5b6c62de269dcf7ff9458c
Issue-ID: CLI-55
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'plugins/sdc/src')
-rw-r--r-- | plugins/sdc/src/main/resources/onap-cli-schema/service-model/service-model-create-schema-1.1.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sdc/src/main/resources/onap-cli-schema/service-model/service-model-create-schema-1.1.yaml b/plugins/sdc/src/main/resources/onap-cli-schema/service-model/service-model-create-schema-1.1.yaml index 17811ee4..fdc14f6e 100644 --- a/plugins/sdc/src/main/resources/onap-cli-schema/service-model/service-model-create-schema-1.1.yaml +++ b/plugins/sdc/src/main/resources/onap-cli-schema/service-model/service-model-create-schema-1.1.yaml @@ -26,7 +26,7 @@ parameters: type: string long_option: project-code short_option: z - is_optional: true + is_optional: false - name: category description: Service category type: string |