nova/nova/tests/unit/conductor/tasks
Sylvain Bauza b67d62399b Modify conductor to use RequestSpec object
Now, we can hydrate the RequestSpec object directly in the conductor and modify
the Scheduler client to primitive it before calling the RPC API.

Later changes will focus on modifying the scheduler.utils methods to play with
RequestSpec object (and possibly kick build_request_spec) but this can be done
on separate changes for cleaning that up.

NOTE: There is an ugly hack hidden in that change because of a bug
in oslo.messaging which doesn't accept datetime type for values. That will be
removed right in the next patch of the branch. Yeah, I know it's bad but it's
very temporary.

Change-Id: I916707d4dee66608e0bf7cd2d0784dafbfecda38
Partially-Implements: blueprint request-spec-object-mitaka
2015-12-31 09:36:58 +00:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_base.py Create class hierarchy for tasks in conductor 2015-07-30 17:35:56 +03:00
test_live_migrate.py Modify conductor to use RequestSpec object 2015-12-31 09:36:58 +00:00
test_migrate.py Modify conductor to use RequestSpec object 2015-12-31 09:36:58 +00:00