diff options
author | Kanagaraj M <mkr1481@gmail.com> | 2019-08-07 12:12:00 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-08-07 12:12:52 +0530 |
commit | 1aa15b526706ed7f45f197186a3e6ca0da3204c6 (patch) | |
tree | 5727409ab1a9cb3067f2cacf49fbbcf5941228ae /deployment/zip/src/main | |
parent | fe0d58756ea86d152fbc5b8139c54aa1b52030db (diff) |
Fix the boolean check
Issue-ID: CLI-169
Change-Id: I9c739092e7db0c9ff028d711090719528091600a
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
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 |