Files
python-ganttclient/nova/scheduler
Vishvananda Ishaya 2399008546 Always create the run_instance records locally
Currently a request for multiple instances issent to the scheduler,
where it is written to the database. It appears that this was done so
that more advanced schedulers could handle the request as one
batch, but the result is the scheduler is sometimes slow enough
that the call will timeout.

Instead this converts to always creating the instance records
locally and making run_instance into a casting instead of a call.

This made a small change to the rpc api for run instance, so the
version was bumped. Legacy messages are still handled properly.

Fixes bug 1036911

Co-authored-by: Chris Behrens <cbehrens@codestud.com>

Change-Id: I63bbc98c285faebec53f8e62857c01548807db68
2012-08-16 10:14:22 -07:00
..
2012-03-15 16:10:53 -07:00
2012-07-25 16:12:01 -07:00