-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
There's no way to tell the `Orchestrator` to forcibly terminate a running VM.
A "terminate" URL should be added to the `OrchestratorWebApp` so that
it is possible for an admin to tell a running orchestrator that a
running node should be stopped.
Connection to the URL would put the VM into STOPPING state, as if the
`can_stop_vm()` method returned `True`.
Original issue reported on code.google.com by [email protected]
on 26 Apr 2012 at 10:01