[ONOS-6412] allocate resource by Intent.Key

- Allocate resources by Intent.Key instead of IntentId

- ONOS-5808 changed the IntentManager's Intent withdrawal behavior to
  release resouces allocated by Intent.Key
  (was releasing resource allocated by IntentId)

Change-Id: I62e048e4ee8f841b92d9985784c95abba3d37a0a
diff --git a/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
index 7d58b82..0853836 100644
--- a/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -406,6 +406,7 @@
             <completers>
                 <ref component-id="deviceIdCompleter"/>
                 <ref component-id="portNumberCompleter"/>
+                <null/>
             </completers>
         </command>
         <command>
@@ -413,6 +414,7 @@
             <completers>
                 <ref component-id="deviceIdCompleter"/>
                 <ref component-id="portNumberCompleter"/>
+                <null/>
             </completers>
         </command>