summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Cells: Don't allow active -> buildChris Behrens2013-05-155-0/+131
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge "Refactor nova.volume.cinder.API to reduce roundtrips with Cinder"Jenkins2013-05-1513-180/+182
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Refactor nova.volume.cinder.API to reduce roundtrips with CinderOleg Bondarev2013-05-1413-180/+182
* | | | | | | | | | Merge "Extract getting instance's AZ into a helper module."Jenkins2013-05-153-20/+44
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Extract getting instance's AZ into a helper module.gtt1162013-05-113-20/+44
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge "Include list of attached volumes with instance info"Jenkins2013-05-1569-52/+329
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Include list of attached volumes with instance infoOleg Bondarev2013-05-0869-52/+329
* | | | | | | | | | | Merge "xenapi: ensure vdi is not too big when resizing down"Jenkins2013-05-1510-75/+384
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | xenapi: ensure vdi is not too big when resizing downJohn Garbutt2013-05-1510-75/+384
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Handle IPMI transient failures better."Jenkins2013-05-154-19/+98
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Handle IPMI transient failures better.Devananda van der Veen2013-05-144-19/+98
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge "Pass the proper admin context to update_dhcp"Jenkins2013-05-151-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Pass the proper admin context to update_dhcpRafi Khardalian2013-05-141-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge "Add missing unique constraint to KeyPair model."Jenkins2013-05-151-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add missing unique constraint to KeyPair model.Victor Sergeyev2013-05-141-0/+1
* | | | | | | | | | | Merge "Refactored tests for db.key_pair_*() functions."Jenkins2013-05-151-61/+108
|\| | | | | | | | | |
| * | | | | | | | | | Refactored tests for db.key_pair_*() functions.Victor Sergeyev2013-05-141-61/+108
* | | | | | | | | | | Merge "Optimize db.instance_floating_address_get_all method"Jenkins2013-05-153-7/+44
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Optimize db.instance_floating_address_get_all methodBoris Pavlovic2013-05-083-7/+44
* | | | | | | | | | | | Merge "Use Oslo's `bool_from_string`"Jenkins2013-05-1515-66/+223
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Use Oslo's `bool_from_string`Rick Harris2013-05-1415-66/+223
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge "Remove "#!/usr/bin/env python" from .py files under nova/cmd"Jenkins2013-05-1522-22/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Remove "#!/usr/bin/env python" from .py files under nova/cmdJay Lau2013-05-1422-22/+1
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Cleanups for create-flavor"Jenkins2013-05-144-45/+35
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Cleanups for create-flavorRick Harris2013-05-144-45/+35
* | | | | | | | | | | | Merge "Cleanup create flavor tests"Jenkins2013-05-141-156/+140
|\| | | | | | | | | | |
| * | | | | | | | | | | Cleanup create flavor testsRick Harris2013-05-141-156/+140
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Fix response from snapshot create stub"Jenkins2013-05-146-48/+10
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | / / / / | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | Fix response from snapshot create stubMark McLoughlin2013-05-146-48/+10
* | | | | | | | | | Merge "Hide lock_prefix argument using synchronized_with_prefix()"Jenkins2013-05-1416-66/+86
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Hide lock_prefix argument using synchronized_with_prefix()Zhongyue Luo2013-05-1416-66/+86
* | | | | | | | | | Merge "Catch volume create exception"Jenkins2013-05-142-9/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Catch volume create exceptionChris Yeoh2013-05-082-9/+31
* | | | | | | | | | | Merge "Pass None to image if booted from volume in live migration"Jenkins2013-05-142-1/+30
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Pass None to image if booted from volume in live migrationDongdong Zhou2013-05-082-1/+30
* | | | | | | | | | | | Merge "Raise InstanceInvalidState for double hard reboot"Jenkins2013-05-142-2/+32
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Raise InstanceInvalidState for double hard rebootAndrew Laski2013-05-082-2/+32
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge "Improve message and logging for corrupt VHD footers"Jenkins2013-05-141-15/+39
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Improve message and logging for corrupt VHD footersMatthew Sherborne2013-05-101-15/+39
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge "Adds useful debug logging to filter_scheduler"Jenkins2013-05-142-6/+21
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Adds useful debug logging to filter_schedulerPhil Day2013-05-102-6/+21
* | | | | | | | | | | | | Merge "Make sure that hypervisor nodename is set correctly in FakeDriver"Jenkins2013-05-141-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Make sure that hypervisor nodename is set correctly in FakeDriverHans Lindgren2013-05-081-1/+3
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge "Fix run_tests.sh usage of tools/colorizer.py."Jenkins2013-05-141-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix run_tests.sh usage of tools/colorizer.py.Clark Boylan2013-05-131-1/+8
* | | | | | | | | | | | | | Merge "Fix format error in claims."Jenkins2013-05-141-10/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix format error in claims.Michael Still2013-05-081-10/+15
* | | | | | | | | | | | | | | Merge "Imported Translations from Transifex"OpenStack Jenkins2013-05-1424-6004/+18444
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Imported Translations from TransifexOpenStack Jenkins2013-05-1324-6004/+18444
* | | | | | | | | | | | | | | Merge "Move get_table() from test_migrations to sqlalchemy.utils"Jenkins2013-05-132-83/+86
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \