Expose an interface to the autoinstaller over remctl and validate options
[invirt/packages/invirt-remote.git] / files / usr / sbin / sipb-xen-remote-proxy
index c94a764..9d7d0bd 100755 (executable)
@@ -14,8 +14,8 @@ esac
 case "$TYPE/$SERVICE" in
     web/listvms )
        sipb-xen-remote-listvms "$@" ;;
-    control/create )
-       sipb-xen-remote-create "$MACHINE" "$@" ;;
+    control/create|control/install )
+       sipb-xen-remote-create "$SERVICE" "$MACHINE" "$@" ;;
     control/listhost )
        sipb-xen-remote-listhost "$MACHINE" "$@" ;;
     control/* )