From aa7224d2955b7129f9be3436c47ff16c2872989f Mon Sep 17 00:00:00 2001 From: XingXiaocheng Date: Mon, 26 Mar 2018 15:25:16 +0000 Subject: update vnf create Issue-ID: CLI-93 Change-Id: I05bb4ad2365813861a4ef63ee332b0bbae72400c Signed-off-by: xingxiaocheng --- .../aai/src/main/resources/open-cli-schema/vnf/vnf-create-schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'products/onap-beijing') 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 -- cgit 1.2.3-korg