diff options
author | Simran Singhal <singhalsimran0@gmail.com> | 2020-08-25 23:50:58 +0530 |
---|---|---|
committer | Simran Singhal <singhalsimran0@gmail.com> | 2020-10-03 18:52:34 +0530 |
commit | 27639098e45be8614993be0302f63ba38613a452 (patch) | |
tree | 237329559c818be2f9a099be06a57abbd6bcf29a /deployment/zip/src/main/release/conf/open-cli.properties | |
parent | db56abc35914fe6cedd8e101e7bdebd0749252f6 (diff) |
Add robot profile
Issue-ID: VNFSDK-614
Change-Id: I310bded677c8c1358173f6ad63f2a78efef33442
Signed-off-by: Simran Singhal <singhalsimran0@gmail.com>
Diffstat (limited to 'deployment/zip/src/main/release/conf/open-cli.properties')
-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 de2e843d..27b592ab 100644 --- a/deployment/zip/src/main/release/conf/open-cli.properties +++ b/deployment/zip/src/main/release/conf/open-cli.properties @@ -44,7 +44,7 @@ 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 -cli.schema.profile.available=http,snmp,cmd +cli.schema.profile.available=http,snmp,cmd,robot #other properties to load (it should be hanled when plugins are made as externally register-able #when command plugin management support is enabled in oclip |