tom

Fixed shell-config.xml to fix auto-completion for device-role command.

...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
41 <action class="org.onlab.onos.cli.net.DeviceRoleCommand"/> 41 <action class="org.onlab.onos.cli.net.DeviceRoleCommand"/>
42 <completers> 42 <completers>
43 <ref component-id="deviceIdCompleter"/> 43 <ref component-id="deviceIdCompleter"/>
44 - <ref component-id="roleCompleter"/> 44 + <ref component-id="nodeIdCompleter"/>
45 <ref component-id="roleCompleter"/> 45 <ref component-id="roleCompleter"/>
46 <null/> 46 <null/>
47 </completers> 47 </completers>
......