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 /framework/src | |
parent | 812b3cb79e7b4f0adff8f44b269cdfa679127c90 (diff) | |
parent | 08f6cbf5307459ac3e91fc2c98f9b76010b23d4a (diff) |
Merge "Fix ovp lcm validation"
Diffstat (limited to 'framework/src')
-rw-r--r-- | framework/src/main/java/org/onap/cli/fw/conf/OnapCommandConstants.java | 1 | ||||
-rw-r--r-- | framework/src/main/resources/open-cli.properties | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/framework/src/main/java/org/onap/cli/fw/conf/OnapCommandConstants.java b/framework/src/main/java/org/onap/cli/fw/conf/OnapCommandConstants.java index 51a18627..63f9db66 100644 --- a/framework/src/main/java/org/onap/cli/fw/conf/OnapCommandConstants.java +++ b/framework/src/main/java/org/onap/cli/fw/conf/OnapCommandConstants.java @@ -160,6 +160,7 @@ public class OnapCommandConstants { public static final String SAMPLE_GEN_ENABLED = "cli.sample.gen.enable"; public static final String SAMPLE_GEN_TARGET_FOLDER = "cli.sample.gen.target"; + public static final String SAMPLE_GEN_NAME = "cli.sample.gen.name"; public static final String OPEN_CLI_SAMPLE_VERSION = "open_cli_sample_version"; public static final String OPEN_CLI_SAMPLE_VERSION_VALUE_1_0 = "1.0"; diff --git a/framework/src/main/resources/open-cli.properties b/framework/src/main/resources/open-cli.properties index bd8a6acf..5f2a3d8f 100644 --- a/framework/src/main/resources/open-cli.properties +++ b/framework/src/main/resources/open-cli.properties @@ -39,6 +39,7 @@ cli.schema.command.type=cmd,auth,catalog # moco properties cli.sample.gen.enable=false +cli.sample.gen.name=sample1 cli.sample.gen.target=./open-cli-sample # mrkanag Move this to db, once exteranl command registration is supported in place of discovery |