nova/nova/compute
Andrew Laski 997bec1bb9 Replace safe_utils.getcallargs with inspect.getcallargs
safe_utils.getcallargs was written to support python2.6 which did not
have inspect.getcallargs.  Now that support for python2.6 has been
dropped it should be replaced with inspect.getcallargs.

Change-Id: Idf5b9a7f4d10b81b1be9aed26505e3acaa6f7e24
2015-12-11 10:15:37 -05:00
..
monitors Ensure Nova metrics derived from a set of metrics 2015-10-04 21:28:13 -05:00
resources Deprecate Extensible Resource Tracker 2015-11-05 17:40:37 +00:00
__init__.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
api.py Fixes Python 3 compatibility for filter results 2015-12-10 13:43:40 +02:00
arch.py Add amd64 to arch.canonicalize() 2014-09-08 08:08:00 -07:00
build_results.py Compute Add build_instance hook in compute manager 2014-12-04 10:12:00 -05:00
cells_api.py Remove lazy-loading property compute_task_api from compute api 2015-09-30 22:06:18 +02:00
claims.py Claims: fix log message 2015-11-13 06:13:52 -08:00
cpumodel.py Add VirtCPUModel nova objects 2015-02-09 10:26:10 +11:00
flavors.py Remove flavors.get_flavor() only used in tests 2015-11-13 14:17:06 +01:00
hv_type.py Add 'lxd' to the list of recognized hypervisors 2015-11-17 08:56:20 +00:00
instance_actions.py Add missing instance action record for start of live migration 2014-09-24 10:14:42 +08:00
manager.py Replace safe_utils.getcallargs with inspect.getcallargs 2015-12-11 10:15:37 -05:00
opts.py Move CPU and RAM allocation ratios to ResourceTracker 2015-08-21 14:59:54 -07:00
power_state.py Remove power_state.BUILDING 2015-04-14 19:10:12 -07:00
resource_tracker.py Fix resource tracker VCPU counting 2015-11-23 14:50:14 +00:00
rpcapi.py Merge "Cache the automatic version pin to avoid repeated lookups" 2015-12-10 22:29:46 +00:00
stats.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
task_states.py Cleanup of compute api reboot method 2015-12-02 17:32:50 +00:00
utils.py Merge "Remove two unneeded db lookups during delete of a resizing instance" 2015-12-02 02:36:37 +00:00
vm_mode.py Convert nova.compute.* to use instance dot notation 2015-02-25 17:21:36 -05:00
vm_states.py Recover from REBOOT-* state on compute manager start-up 2014-03-12 10:00:54 +00:00