remctl .. control .. listhost: say where a VM is running
[invirt/packages/invirt-remote.git] / files / usr / sbin / sipb-xen-remote-proxy
index 59555b3..069ad47 100755 (executable)
@@ -16,6 +16,8 @@ case "$TYPE/$SERVICE" in
        sipb-xen-remote-listvms "$@" ;;
     control/create )
        sipb-xen-remote-create "$MACHINE" "$@" ;;
+    control/listhost )
+       sipb-xen-remote-listhost "$MACHINE" "$@" ;;
     control/* )
        # Everything but create must go where the VM is already running.
        sipb-xen-remote-control "$MACHINE" "$SERVICE" "$@" ;;