diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2019-09-30 05:00:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-30 05:00:42 +0000 |
commit | 1d4b83754009114523cae90c759daffa9188eb3e (patch) | |
tree | f04dd900e8bf43406c6894c9bbed7d6485cfd236 /deployment | |
parent | 812b3cb79e7b4f0adff8f44b269cdfa679127c90 (diff) | |
parent | 08f6cbf5307459ac3e91fc2c98f9b76010b23d4a (diff) |
Merge "Fix ovp lcm validation"
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 |