commit | b9971206004b0dfd6e05b2658796fbe5f759d7e0 | [log] [tgz] |
---|---|---|
author | Jian Li <pyguni@gmail.com> | Wed Aug 22 14:31:21 2018 +0900 |
committer | Jian Li <pyguni@gmail.com> | Tue Aug 28 12:09:52 2018 +0000 |
tree | c218bd58c6f79bf50f7bdc5a0dc152c822cb6e6d | |
parent | ee3efb654183fc804e456b5c594c048f20f67082 [diff] |
Support rebalance the mastership for running openstack troubleshoot Change-Id: Ibe7e8bbc60211451f57bea9e5de6a1575b03d36b (cherry picked from commit 43d0428fe2cd93e0b5861d00c299fa145ce57eed)
diff --git a/apps/openstacktroubleshoot/app/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/apps/openstacktroubleshoot/app/src/main/resources/OSGI-INF/blueprint/shell-config.xml index fa3dabd..791a58d 100644 --- a/apps/openstacktroubleshoot/app/src/main/resources/OSGI-INF/blueprint/shell-config.xml +++ b/apps/openstacktroubleshoot/app/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -27,6 +27,9 @@ <ref component-id="activeFloatingIpCompleter"/> </completers> </command> + <command> + <action class="org.onosproject.openstacktroubleshoot.cli.ResetMastershipCommand"/> + </command> </command-bundle> <bean id="activeVmIpCompleter" class="org.onosproject.openstacktroubleshoot.cli.ActiveVmIpCompleter"/>