Jonathan Hart
Committed by Gerrit Code Review

Fix completers for tenant commands

Change-Id: Ifdc139781d922791439820feb9983bbe6fe722e9
...@@ -24,13 +24,17 @@ ...@@ -24,13 +24,17 @@
24 </command> 24 </command>
25 <command> 25 <command>
26 <action class="org.onosproject.xosintegration.cli.VoltTenantsCreateCommand"/> 26 <action class="org.onosproject.xosintegration.cli.VoltTenantsCreateCommand"/>
27 + <completers>
28 + <ref component-id="placeholderCompleter"/>
29 + <ref component-id="placeholderCompleter"/>
30 + <ref component-id="connectPointCompleter"/>
31 + <null/>
32 + </completers>
27 </command> 33 </command>
28 <command> 34 <command>
29 <action class="org.onosproject.xosintegration.cli.VoltRemoveTenantCommand"/> 35 <action class="org.onosproject.xosintegration.cli.VoltRemoveTenantCommand"/>
30 <completers> 36 <completers>
31 <ref component-id="tenantIdCompleter"/> 37 <ref component-id="tenantIdCompleter"/>
32 - <ref component-id="placeholderCompleter"/>
33 - <ref component-id="connectPointCompleter"/>
34 <null/> 38 <null/>
35 </completers> 39 </completers>
36 </command> 40 </command>
......