Fix completers for tenant commands
Change-Id: Ifdc139781d922791439820feb9983bbe6fe722e9
diff --git a/apps/xos-integration/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/apps/xos-integration/src/main/resources/OSGI-INF/blueprint/shell-config.xml
index 92fca62..4689be9 100644
--- a/apps/xos-integration/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/apps/xos-integration/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -24,13 +24,17 @@
</command>
<command>
<action class="org.onosproject.xosintegration.cli.VoltTenantsCreateCommand"/>
+ <completers>
+ <ref component-id="placeholderCompleter"/>
+ <ref component-id="placeholderCompleter"/>
+ <ref component-id="connectPointCompleter"/>
+ <null/>
+ </completers>
</command>
<command>
<action class="org.onosproject.xosintegration.cli.VoltRemoveTenantCommand"/>
<completers>
<ref component-id="tenantIdCompleter"/>
- <ref component-id="placeholderCompleter"/>
- <ref component-id="connectPointCompleter"/>
<null/>
</completers>
</command>