You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nova/nova/compute
Adam Spiers c29f7026ca Remove unnecessary default provider_tree when getting traits
I15364d37fb7426f4eec00ca4eaf99bec50e964b6 introduced a new
_get_traits() method in ResourceTracker for getting traits from a
provider tree and then merging with capability traits from the driver.
However it included a default of None for the provider_tree parameter
which was a remnant of earlier iterations of that change.  Since this
method is always passed a ProviderTree, remove the superfluous default
of None.

Change-Id: I1868485912d9a8a330bde50836808accf04c728d
4 years ago
..
monitors Remove translation of log messages 6 years ago
__init__.py Switch to using oslo_* instead of oslo.* 8 years ago
api.py Add functional test to delete a server while in VERIFY_RESIZE 4 years ago
build_results.py Compute Add build_instance hook in compute manager 9 years ago
cells_api.py Minimal construct plumbing for nova service-list when a cell is down 5 years ago
claims.py Make Claim._claim_test handle SchedulerLimits object 4 years ago
flavors.py Remove unused flavor_delete_info() method 5 years ago
instance_actions.py Add instance action record for snapshot instances 6 years ago
instance_list.py Plumbing for ignoring list_records_by_skipping_down_cells 4 years ago
manager.py Merge "Extend volume for libvirt network volumes (RBD)" 4 years ago
migration_list.py Refactor scatter-gather utility to return exception objects 5 years ago
multi_cell_list.py Plumbing for ignoring list_records_by_skipping_down_cells 4 years ago
power_state.py Removed enum duplication from nova.compute 7 years ago
provider_tree.py Reduce calls to placement from _ensure 4 years ago
resource_tracker.py Remove unnecessary default provider_tree when getting traits 4 years ago
rpcapi.py Update compute rpc version alias for stein 4 years ago
stats.py Change consecutive build failure limit to a weigher 5 years ago
task_states.py Fix resource tracker updates during instance evacuation 5 years ago
utils.py Merge "Share snapshot image membership with instance owner" 4 years ago
vm_states.py Removed enum duplication from nova.compute 7 years ago