diff options
author | XingXiaocheng <xingxiaocheng@huawei.com> | 2018-03-26 15:25:16 +0000 |
---|---|---|
committer | XingXiaocheng <xingxiaocheng@huawei.com> | 2018-03-26 15:25:16 +0000 |
commit | aa7224d2955b7129f9be3436c47ff16c2872989f (patch) | |
tree | 3065dbec8c396f0082860fff6d12f6f6ca5a1043 /products | |
parent | 756851545894c52875f7e8534f8dfd5f4c9b6c7b (diff) |
update vnf create
Issue-ID: CLI-93
Change-Id: I05bb4ad2365813861a4ef63ee332b0bbae72400c
Signed-off-by: xingxiaocheng <xingxiaocheng@huawei.com>
Diffstat (limited to 'products')
-rw-r--r-- | products/onap-beijing/features/aai/src/main/resources/open-cli-schema/vnf/vnf-create-schema.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/vnf/vnf-create-schema.yaml b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/vnf/vnf-create-schema.yaml index a50f4a2e..df9687b5 100644 --- a/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/vnf/vnf-create-schema.yaml +++ b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/vnf/vnf-create-schema.yaml @@ -27,7 +27,7 @@ parameters: type: string
short_option: n
long_option: name
- is_optional: true
+ is_optional: false
- name: vnf-id
description: vnf-id
type: string
@@ -39,7 +39,7 @@ parameters: type: string
short_option: z
long_option: vnf-type
- is_optional: true
+ is_optional: false
- name: in-maint
description: Used to indicate whether or not this object is in maintenance mode (maintenance mode = true)
type: bool
|