adding random host to host intent command

Change-Id: Id7e059466a2a1dbb7a117c84c8c4d104f99858ad
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 1621069..132acfd 100644
--- a/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -170,6 +170,13 @@
             </completers>
         </command>
         <command>
+            <action class="org.onlab.onos.cli.net.RandomIntentCommand"/>
+            <completers>
+                <ref component-id="nullCompleter"/>
+                <null/>
+            </completers>
+        </command>
+        <command>
             <action class="org.onlab.onos.cli.net.ResourceAllocationsCommand"/>
             <completers>
                 <ref component-id="connectPointCompleter"/>