summaryrefslogtreecommitdiffstats
path: root/nova/compute/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fix sys_meta access in prep for instance objectChris Behrens2013-06-211-2/+1
* Merge "Sending volume IO usage broken"Jenkins2013-06-131-2/+7
|\
| * Sending volume IO usage brokenMichael Kerrin2013-06-071-2/+7
* | Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-111-1/+1
|/
* Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-071-2/+2
* Add the availability_zone to the volume.usage notificationsMichael Kerrin2013-04-301-0/+1
* Send a instance create error notificationBrian Elliott2013-04-261-2/+7
* Add tenant/ user id to volume usage notificationsOllie Leahy2013-04-091-1/+3
* Store project_id for instance actionsAndrew Laski2013-03-151-0/+1
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Make get_dev_name_for_instance() use stashed instance_type infoDan Smith2013-02-041-3/+1
* Merge "Fix incorrect device name being raised."Jenkins2013-02-051-14/+24
|\
| * Fix incorrect device name being raised.Rick Harris2013-02-041-14/+24
* | Record instance actions and eventsAndrew Laski2013-02-011-0/+66
|/
* Move task_log functions to conductorDan Smith2013-01-291-10/+12
* Add instance_fault_create() to conductorDan Smith2013-01-291-2/+3
* Avoid db lookup in info_from_instance().Russell Bryant2013-01-241-8/+2
* Refactor compute_utils to avoid db lookupDan Smith2013-01-211-3/+1
* Add host to instance_faults table.Rick Harris2013-01-171-2/+3
* Merge "Fix init_host checking moved instances"Jenkins2013-01-101-60/+0
|\
| * Fix init_host checking moved instancesChris Behrens2013-01-101-60/+0
* | Move global service networking opts to new moduleMark McLoughlin2013-01-091-1/+1
|/
* Adds to manager init_host validation for instances locationKravchenko Pavel2013-01-081-0/+60
* Remove system_metadata db calls from compute managerDan Smith2013-01-041-5/+8
* Implements volume usage metering.Cian O'Driscoll2012-12-031-0/+23
* Move compute_driver into nova.virt.driverMark McLoughlin2012-11-211-3/+3
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+2
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+2
* Remove importing of flags from compute/*Chris Behrens2012-11-151-1/+0
* Switch from FLAGS to CONF in nova.computeMark McLoughlin2012-11-101-5/+6
* Fix to include error message in instance faultsDavanum Srinivas2012-11-061-1/+6
* remove deprecated connection_type flagSean Dague2012-10-011-4/+2
* Fix issues with device autoassignment in xenapiVishvananda Ishaya2012-09-251-0/+17
* Fixes error handling during schedule_run_instanceVishvananda Ishaya2012-09-171-0/+22
* Automatically convert device namesVishvananda Ishaya2012-09-041-11/+14
* Allow nova to guess device if not passed to attachVishvananda Ishaya2012-08-151-0/+52
* Send a full instance in rebuild_instance.Russell Bryant2012-07-301-1/+1
* Correct host count in instance_usage_audit_log extension.Monsyne Dragon2012-07-271-58/+0
* Implements notifications for more instance changesNikhil Komawar2012-07-271-1/+1
* Refactor instance_usage_audit. Add audit tasklog.Monsyne Dragon2012-07-101-1/+79
* Switch to common notifiers.Andrew Bogott2012-07-061-2/+1
* This patch stops metadata from being deleted when an instance is deleted.Alex Meade2012-07-061-7/+2
* Add checks for retrieving deleted instance metadata for notification events.Alex Meade2012-07-051-2/+8
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Fix missing import in compute/utils.pyAlex Meade2012-06-181-0/+1
* Don't query nova-network on startup.Russell Bryant2012-06-061-0/+7
* Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-4/+0
* update xen to use network_modelTrey Morris2012-05-241-118/+0
* Added a instance state update notificationBrian Elliott2012-05-241-87/+7