summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
* Small cleanup to attach_volume loggingMark Washenberger2012-04-251-6/+5
* Merge "Introduced flag base_dir_name. Fixes bug 973194"Jenkins2012-04-251-0/+6
|\
| * Introduced flag base_dir_name. Fixes bug 973194Mandar Vaze2012-04-241-0/+6
* | Merge "Fixed metadata validation err. Fixes bug 965102."Jenkins2012-04-251-4/+8
|\ \ | |/ |/|
| * Fixed metadata validation err. Fixes bug 965102.Unmesh Gurjar2012-04-121-4/+8
* | Merge "Removes unnecessary code in _run_instance."Jenkins2012-04-251-35/+1
|\ \
| * | Removes unnecessary code in _run_instance.MotoKen2012-04-241-35/+1
* | | Merge "Use utils.save_and_reraise_exception"Jenkins2012-04-241-8/+6
|\ \ \
| * | | Use utils.save_and_reraise_exceptionJohannes Erdfelt2012-04-201-8/+6
* | | | Merge "Remove unused time keyword arg"Jenkins2012-04-241-4/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove unused time keyword argJohannes Erdfelt2012-04-191-4/+1
* | | | Adding context to usage notifications.Rick Harris2012-04-232-52/+67
* | | | Making `usage_from_instance` private.Rick Harris2012-04-232-26/+39
* | | | Merge "Improve instance logging in compute/manager."Jenkins2012-04-231-65/+62
|\ \ \ \ | |_|/ / |/| | |
| * | | Improve instance logging in compute/manager.Michael Still2012-04-141-65/+62
* | | | Moves `usage_from_instance` into nova.compute.utils.Rick Harris2012-04-202-5/+35
* | | | Refactor instance image property inheritance out to a method.Rick Harris2012-04-191-24/+32
* | | | Refactor availability zone handling out to a method.Rick Harris2012-04-191-15/+20
| |/ / |/| |
* | | Updates launched_at in the finish and revert_migration callsMatt Dietz2012-04-181-0/+2
* | | Refactor checking instance count quota.Rick Harris2012-04-141-18/+22
* | | Small code cleanup for config_disk handling.Rick Harris2012-04-141-4/+6
* | | Refactors kernel and ramdisk handling into their own method.Rick Harris2012-04-131-17/+37
|/ /
* / Renamed current_audit_period function to last_completed_audit_period to clari...Brian Elliott2012-04-122-2/+2
|/
* Remove python-novaclient dependency from nova.Dan Prince2012-04-111-1/+0
* Merge "Extend instance UUID logging."Jenkins2012-04-101-34/+40
|\
| * Extend instance UUID logging.Michael Still2012-04-111-34/+40
* | Merge "Clean up read_deleted support in host aggregates code"Jenkins2012-04-101-6/+3
|\ \ | |/ |/|
| * Clean up read_deleted support in host aggregates codeMark McLoughlin2012-03-251-6/+3
* | Improved localization testing.Yuriy Taraday2012-04-102-5/+5
* | Merge "Allow instance logging to use just a UUID."Jenkins2012-04-101-7/+7
|\ \
| * | Allow instance logging to use just a UUID.Michael Still2012-04-071-7/+7
* | | Create compute.api.BaseAPI for compute APIs to useChris Behrens2012-04-091-16/+20
* | | Remove last two remaining hyperV referencesJoe Gordon2012-04-091-1/+1
|/ /
* | fixed postgresql flavor-createJ. Daniel Schmidt2012-04-011-1/+3
* | Fix exception type in _get_minram_mindisk_paramsJulien Danjou2012-03-291-1/+1
* | Reduce the image cache manager periodic interval.Michael Still2012-03-271-1/+1
* | Destroy src and dest instances when deleting in RESIZE_VERIFYJohannes Erdfelt2012-03-261-10/+24
* | Don't set instance ACTIVE until it's really activeJohannes Erdfelt2012-03-261-2/+3
|/
* Use key in locals() that actually existsJohannes Erdfelt2012-03-231-2/+3
* Fix run/terminate race conditions.Anthony Young2012-03-161-20/+36
* Allow proper instance cleanup if state == SHUTOFFAdam Gandelman2012-03-151-7/+0
* Changes remove_fixed_ip to pass the instance hostVishvananda Ishaya2012-03-131-3/+5
* Sort results from describe_instances in EC2 API.Russell Bryant2012-03-131-4/+11
* Merge "Fixes bug 943188"Jenkins2012-03-121-2/+0
|\
| * Fixes bug 943188John Garbutt2012-02-291-2/+0
* | Move (cast|call)_compute_message methods back into compute API classChris Behrens2012-03-121-111/+102
* | Change default of running_deleted_instance_actionPhilip Knouff2012-03-121-1/+1
* | Fix live-migration in multi_host networkVishvananda Ishaya2012-03-121-13/+17
* | Sub in InstanceLimitExceeded in overLimit messageEoghan Glynn2012-03-101-6/+5
* | Allow soft_reboot to work from more states:Vishvananda Ishaya2012-03-091-1/+4