cinder/cinder/tests/unit/scheduler
Michał Dulko 45145e5969 Add missing RPC calls versions to rpcapi modules
Some RPC calls in rpcapi modules are not passing version indicators to
the RPC client. The RPC call version should be indicated explicitely
because otherwise it gets defaulted to the latest one or '1.0'. This
creates a set of problem in maintaining RPC API backward compatibility.

This commit changes these calls to point to the right versions according
to git history and version comments in rpcapi files.

Change-Id: Ib05d9748e18589df5a67f7b7ea668394cc8df769
Related-Blueprint: rpc-object-compatibility
2016-01-29 08:33:29 -05:00
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fake_hosts.py Move oslo-incubator's scheduler module to cinder 2015-11-24 15:49:31 +01:00
fakes.py Fix InstanceLocalityFilter scheduler filter 2015-11-18 15:42:13 +02:00
test_allocated_capacity_weigher.py Move oslo-incubator's scheduler module to cinder 2015-11-24 15:49:31 +01:00
test_base_filter.py Move oslo-incubator's scheduler module to cinder 2015-11-24 15:49:31 +01:00
test_capacity_weigher.py Move oslo-incubator's scheduler module to cinder 2015-11-24 15:49:31 +01:00
test_chance_weigher.py Replace xrange() with six.moves.range() 2015-06-16 10:46:40 +02:00
test_filter_scheduler.py Merge "CG creation should be scheduled on backend level" 2015-11-12 04:03:00 +00:00
test_goodness_weigher.py Add missing unit test for goodness weigher 2015-06-02 18:59:02 +05:30
test_host_filters.py Merge "Fix InstanceLocalityFilter scheduler filter" 2015-11-26 01:40:32 +00:00
test_host_manager.py Merge "Hacking Checks for assertTrue/IsNone()" 2015-11-26 15:54:58 +00:00
test_rpcapi.py Add missing RPC calls versions to rpcapi modules 2016-01-29 08:33:29 -05:00
test_scheduler.py Add ConsistencyGroupStatus enum field 2016-01-11 12:39:06 -06:00
test_scheduler_options.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_volume_number_weigher.py Move oslo-incubator's scheduler module to cinder 2015-11-24 15:49:31 +01:00
test_weights.py Move oslo-incubator's scheduler module to cinder 2015-11-24 15:49:31 +01:00