trove/reddwarf/taskmanager
Sudarshan Acharya 924a11fae7 Async instance create operation
202 response is sent before the calls to nova/volume are completed.
So need to rely on our database for some info in the response, and
hence the SimpleInstance.

If anything fails during the async creation process, ServiceStatus
is updated to ERROR.

Likewise, if the get/list calls fails from server/volume, we can
use the SimpleInstance.
2012-06-08 04:20:45 -05:00
..
__init__.py Added the taskmanager class with some testing rpc code 2012-03-05 08:04:59 -06:00
api.py Async instance create operation 2012-06-08 04:20:45 -05:00
manager.py Async instance create operation 2012-06-08 04:20:45 -05:00
models.py Async instance create operation 2012-06-08 04:20:45 -05:00
service.py Reinstantiating the Task Manager aka Reddwarf Manager 2012-05-31 09:47:20 -05:00