diff options
author | Kanagaraj M <mkr1481@gmail.com> | 2019-09-30 06:19:30 +0200 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-09-30 06:45:54 +0200 |
commit | 08f6cbf5307459ac3e91fc2c98f9b76010b23d4a (patch) | |
tree | bbacf435b123328961858076e948d83c89b723f6 /deployment | |
parent | 6e167e934b0d384a3c588cfc88c583bdddd1bfaa (diff) |
Fix ovp lcm validation
Issue-ID: CLI-166
Change-Id: I0c8def49c6d3eb79d4686b40899ff165ae2461ce
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/zip/src/main/release/conf/open-cli.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/zip/src/main/release/conf/open-cli.properties b/deployment/zip/src/main/release/conf/open-cli.properties index 47df222a..de2e843d 100644 --- a/deployment/zip/src/main/release/conf/open-cli.properties +++ b/deployment/zip/src/main/release/conf/open-cli.properties @@ -40,6 +40,7 @@ cli.schema.command.type=cmd,auth,catalog # moco properties cli.sample.gen.enable=true +cli.sample.gen.name=$s{env:OPEN_CLI_USECASE} cli.sample.gen.target=$s{env:OPEN_CLI_HOME}/open-cli-sample # mrkanag Move this to db, once exteranl command registration is supported in place of discovery |