commit | 6bf21a25e233943eb16592913b28cc51621cefe3 | [log] [tgz] |
---|---|---|
author | Amit Ghosh <aghosh@radisys.com> | Wed Aug 23 12:45:09 2017 +0100 |
committer | Amit Ghosh <aghosh@radisys.com> | Wed Aug 23 12:47:50 2017 +0100 |
tree | 06ba632285749c35454bd93c283bc95a6409733a | |
parent | c87de3eabda9ad2a21a9a90260d8b8828828de10 [diff] [blame] |
VOL-387: Update CLI useful for debugging Change-Id: I890dcf0b76f9e58c1bcfade75b60069db09b94f4
diff --git a/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/src/main/resources/OSGI-INF/blueprint/shell-config.xml index a47c6c0..728aaf0 100644 --- a/src/main/resources/OSGI-INF/blueprint/shell-config.xml +++ b/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -19,5 +19,8 @@ <command> <action class="org.opencord.aaa.AaaShowUsersCommand"/> </command> + <command> + <action class="org.opencord.aaa.AaaResetDeviceCommand"/> + </command> </command-bundle> </blueprint>