nova/nova/tests/unit/scheduler
melanie witt cb338cb769 object-ify flavors api and compute/api side of RPC
This change converts flavors to use objects instead of direct database
access. The rpcapi primitivizes objects before they go over the wire.

The flavors.add_flavor_access() and flavors.remove_flavor_access()
functions were also removed as flavor object add_access() and
remove_access() should be used instead.

Related to blueprint kilo-objects

Change-Id: I86432720b600e479d8d8b7f7531a2c85ab364319
2014-11-13 22:18:12 +00:00
..
filters move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fakes.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
ironic_fakes.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_baremetal_host_manager.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_caching_scheduler.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_chance_scheduler.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_client.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_filter_scheduler.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_filters.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_filters_utils.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_host_filters.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_host_manager.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_ironic_host_manager.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_rpcapi.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_scheduler.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_scheduler_options.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_scheduler_utils.py object-ify flavors api and compute/api side of RPC 2014-11-13 22:18:12 +00:00
test_weights.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00