diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2019-08-07 06:49:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-07 06:49:57 +0000 |
commit | 4b279245d18de79879240e587d78db16dd3f09b6 (patch) | |
tree | c65a802da32977f39b72041b917e83d4db50c292 /deployment/zip/src/main | |
parent | 59a19fc2b4ffc2d6765fbd77696afd61a550929b (diff) | |
parent | 1aa15b526706ed7f45f197186a3e6ca0da3204c6 (diff) |
Merge "Fix the boolean check"
Diffstat (limited to 'deployment/zip/src/main')
-rw-r--r-- | deployment/zip/src/main/release/conf/open-cli.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/zip/src/main/release/conf/open-cli.properties b/deployment/zip/src/main/release/conf/open-cli.properties index 65d4db7e..eff85b8a 100644 --- a/deployment/zip/src/main/release/conf/open-cli.properties +++ b/deployment/zip/src/main/release/conf/open-cli.properties @@ -34,7 +34,7 @@ cli.schema.base.parameters.sections.mandatory=name,description,type cli.schema.base.results.sections=name,description,scope,type,is_secured, default_value cli.schema.base.results.sections.mandatory=name, description, type, scope -cli.schema.boolean_values=true +cli.schema.boolean_values=true,false cli.schema.command.type=cmd,auth,catalog # moco properties |