Comment 9 for bug 1346741

Revision history for this message
Sean Dague (sdague) wrote :

Nova already does this with the os-stop operation, which which by default send a clean shutdown signal (verified this code path in libvirt driver right now).

POST /severs/%UUID/action

{ 'os-stop': null}

This looks like this is exposed via server.stop() in the python novaclient.