| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | | | * | | | | | | | | | | | | | | | | | | | Lots of modifications surrounding the OSAPI to remove any mention of dealing ... | Brian Lamar | 2011-08-19 | 4 | -61/+101 |
| | | | * | | | | | | | | | | | | | | | | | | | vm_state --> vm_states | Dan Prince | 2011-08-19 | 2 | -5/+5 |
| | | | * | | | | | | | | | | | | | | | | | | | Merge w/ trunk. | Dan Prince | 2011-08-19 | 20 | -259/+610 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ /
| | | | |/| | | | | | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | | | | | | | Updated a number of items to pave the way for new states. | Brian Lamar | 2011-08-18 | 2 | -18/+24 |
| | | * | | | | | | | | | | | | | | | | | | | | Implements lp:798876 which is 'switch carrot to kombu'. Leaves carrot as the... | Chris Behrens | 2011-08-31 | 8 | -252/+351 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | | | | | | | | | | | | pep8 fix for test_rpc_common.py | Chris Behrens | 2011-08-29 | 1 | -2/+3 |
| | | | * | | | | | | | | | | | | | | | | | | | | created nova/tests/test_rpc_common.py which contains a rpc test base class so... | Chris Behrens | 2011-08-29 | 4 | -475/+211 |
| | | | * | | | | | | | | | | | | | | | | | | | | ditched rpc.create_consumer(conn) interface... instead you now do conn.create... | Chris Behrens | 2011-08-29 | 4 | -26/+7 |
| | | | * | | | | | | | | | | | | | | | | | | | | merged trunk | Chris Behrens | 2011-08-29 | 6 | -1/+1411 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / /
| | | | |/| | | | | | | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | | | | | | | | remove unused rpc connections in test_cloud and test_adminapi | Chris Behrens | 2011-08-28 | 2 | -4/+0 |
| | | | * | | | | | | | | | | | | | | | | | | | | add carrot/kombu tests... small thread fix for kombu | Chris Behrens | 2011-08-28 | 3 | -88/+468 |
| | | | * | | | | | | | | | | | | | | | | | | | | fix nova/tests/test_test.py | Chris Behrens | 2011-08-28 | 1 | -3/+3 |
| | | | * | | | | | | | | | | | | | | | | | | | | fix test_rpc and kombu stuff | Chris Behrens | 2011-08-28 | 1 | -10/+15 |
| | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / /
| | | |/| | | | | | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | | | | | Disassociated previously associated floating ips when calling network_api.ass... | Anthony Young | 2011-08-31 | 2 | -8/+126 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / /
| | |/| | | | | | | | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | | | | | | | add test to verify 400 response when out of addresses | Anthony Young | 2011-08-30 | 1 | -3/+15 |
| | | | * | | | | | | | | | | | | | | | | | | | fix FloatingIpAlreadyInUse to use correct string pattern, convert ApiErrors t... | Anthony Young | 2011-08-30 | 1 | -0/+32 |
| | | | * | | | | | | | | | | | | | | | | | | | disassociate floating ips before re-associating, and prevent re-association o... | Anthony Young | 2011-08-30 | 2 | -5/+79 |
| | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / /
| | | |/| | | | | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | | | | Removed test_parallel_builds in the XenAPI tests due to it frequently hanging... | Brian Lamar | 2011-08-30 | 1 | -37/+0 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / /
| | |/| | | | | | | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | | | | | | Removed test_parallel_builds | Brian Lamar | 2011-08-29 | 1 | -37/+0 |
| | | | | |_|/ / / / / / / / / / / / / / /
| | | |/| | | | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | | | Update RequestContext so that it correctly sets self.is_admin from the | Dan Prince | 2011-08-29 | 1 | -0/+33 |
| | | | |/ / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | fix remaining tests | Vishvananda Ishaya | 2011-08-30 | 3 | -37/+38 |
| | * | | | | | | | | | | | | | | | | | | pep8, fix fakes | Vishvananda Ishaya | 2011-08-30 | 3 | -1/+4 |
| | * | | | | | | | | | | | | | | | | | | make two functions instead of fast flag and add compute api commands instead ... | Vishvananda Ishaya | 2011-08-30 | 1 | -5/+5 |
| | * | | | | | | | | | | | | | | | | | | merged trunk | Vishvananda Ishaya | 2011-08-30 | 11 | -2/+2015 |
| | |\| | | | | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | | In the XenAPI simulator, set VM.domid, when creating the instance initially, | Ewan Mellor | 2011-08-29 | 1 | -0/+4 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | | | | Start domid's at 1, not 0, to avoid any confusion with dom0. | Ewan Mellor | 2011-08-29 | 1 | -2/+2 |
| | | | * | | | | | | | | | | | | | | | | In the XenAPI simulator, set VM.domid, when creating the instance initially, | Ewan Mellor | 2011-08-28 | 1 | -0/+4 |
| | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/
| | | |/| | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | Bug #835964: pep8 violations in IPv6 code | Ewan Mellor | 2011-08-28 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | | | | | | | | Bug #835964: pep8 violations in IPv6 code | Ewan Mellor | 2011-08-28 | 1 | -1/+1 |
| | | | |/ / / / / / / / / / / / / / / |
|
| | | * | | | | | | | | | | | | | | | | reverted CA files | vladimir.p | 2011-08-26 | 1 | -1/+2 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |/ / / / / / / / / / / / / /
| | | |/| | | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | | | Update compute API and manager so that the image_ref is set before | Dan Prince | 2011-08-26 | 1 | -1/+2 |
| | | | |/ / / / / / / / / / / / / / |
|
| | | * | | | | | | | | | | | | | | | merged with rev.1499 | vladimir.p | 2011-08-25 | 5 | -2/+818 |
| | | |\| | | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | | Add a set of generic tests for the virt drivers. | Soren Hansen | 2011-08-25 | 3 | -0/+598 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|_|_|_|/ / /
| | | |/| | | | | | | | | | | | | |
|
| | | | | * | | | | | | | | | | | | | Update a few doc strings. | Soren Hansen | 2011-08-22 | 3 | -10/+125 |
| | | | | * | | | | | | | | | | | | | Add a generic set of tests for hypervisor drivers. | Soren Hansen | 2011-08-22 | 1 | -0/+483 |
| | | * | | | | | | | | | | | | | | | cosmetic cleanup | vladimir.p | 2011-08-25 | 4 | -5/+0 |
| | | * | | | | | | | | | | | | | | | VSA code redesign. Drive types completely replaced by Volume types | vladimir.p | 2011-08-25 | 8 | -459/+156 |
| | | * | | | | | | | | | | | | | | | merged with volume types (based on rev.1490). no code rework yet | vladimir.p | 2011-08-24 | 2 | -0/+104 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merged with volume_types. no code refactoring yet | vladimir.p | 2011-08-24 | 50 | -961/+3621 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | | | | added virtio flag; associate address for VSA; cosmetic changes. Prior to volu... | vladimir.p | 2011-08-24 | 2 | -31/+30 |
| | | * | | | | | | | | | | | | | | | | | merged with nova-1450 | vladimir.p | 2011-08-17 | 20 | -315/+1628 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | | | | | nova-manage VSA print & forced update_cap changes; fixed bug with report capa... | vladimir.p | 2011-08-17 | 1 | -0/+2 |
| | | * | | | | | | | | | | | | | | | | | | merged with 1416 | vladimir.p | 2011-08-11 | 11 | -38/+175 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | | | | | | moved vsa_id to metadata. Added search my meta | vladimir.p | 2011-08-11 | 1 | -0/+63 |
| | | * | | | | | | | | | | | | | | | | | | | merged with nova-1411 | vladimir.p | 2011-08-09 | 17 | -78/+1353 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge with nova. Moved user+access to flags. changes for log access mode | vladimir.p | 2011-08-09 | 7 | -6/+313 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merged with 1383 | vladimir.p | 2011-08-08 | 2 | -14/+254 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merged with 1382 | vladimir.p | 2011-08-05 | 58 | -2222/+3539 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merged with nova-1336 | vladimir.p | 2011-07-28 | 13 | -291/+905 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | | | | | | | | | | | prior to nova-1336 merge | vladimir.p | 2011-07-27 | 4 | -4/+644 |