summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
* corrects incorrect openstack api responses for metadata (numeric/string conve...Ken Pepple2011-04-081-2/+2
|\
| * merged trunkKen Pepple2011-04-065-15/+118
| |\
| * | correct test for numeric/string metadata value conversionKen Pepple2011-04-041-2/+2
* | | Implement a mechanism to enforce a configurable quota limit for image metadat...Dan Prince2011-04-081-0/+39
|\ \ \
| * \ \ Merge w/ trunk.Dan Prince2011-04-053-8/+160
| |\ \ \
| * | | | Limit image metadata to the configured metadata quota for a project.Dan Prince2011-03-311-0/+39
* | | | | Fixes issues with describe instances due to improperly set metadata.Vishvananda Ishaya2011-04-083-15/+11
|\ \ \ \ \
| * | | | | fix tests from moving access check into update and deleteVishvananda Ishaya2011-04-071-4/+4
| * | | | | merged trunkVishvananda Ishaya2011-04-0715-62/+162
| |\ \ \ \ \
| * | | | | | update and fix testsVishvananda Ishaya2011-04-051-9/+7
| * | | | | | merged trunkVishvananda Ishaya2011-04-053-8/+160
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | remove all references to image_type and change nova-manage upload to set cont...Vishvananda Ishaya2011-03-301-2/+0
| | |_|/ / / | |/| | | |
* | | | | | Keep guest instances when libvirt host restartsJustin Santa Barbara2011-04-071-1/+2
|\ \ \ \ \ \
| * | | | | | Fix unit test to reflect fact that instance is no longer deleted, just marked...Justin Santa Barbara2011-03-291-1/+2
* | | | | | | Added support for listing addresses of a server in the openstack api.Naveed Massjouni2011-04-071-0/+78
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge from trunkNaveed Massjouni2011-04-064-14/+86
| |\ \ \ \ \ \ \
| * | | | | | | | Added support for listing addresses of a server in the openstack api.Naveed Massjouni2011-04-061-0/+78
* | | | | | | | | This fixes how the metadata and addresses collections are serialized in xml r...Naveed Massjouni2011-04-071-0/+36
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | / / / | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Merge from trunkNaveed Massjouni2011-04-064-14/+86
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| * | | | | | Removing naughty semicolon.Naveed Massjouni2011-04-051-1/+1
| * | | | | | Merge from trunkNaveed Massjouni2011-04-051-1/+32
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Fixed the addresses and metadata collections in xml responses.Naveed Massjouni2011-04-051-0/+36
| | |_|_|_|/ | |/| | | |
* | | | | | This branch is a patch for fixing below issue.Kei Masumoto2011-04-071-1/+2
|\ \ \ \ \ \
| * | | | | | fix bug 746821Kei Masumoto2011-04-051-1/+2
| |/ / / / /
* | | | | | Update instances table to use instance_type_id instead of the old instance_ty...Dan Prince2011-04-0710-40/+67
|\ \ \ \ \ \
| * \ \ \ \ \ Merge w/ trunk.Dan Prince2011-04-075-15/+118
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge w/ trunk.Dan Prince2011-04-042-7/+60
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Refactor so that instances.instance_type is now instances.instance_type_id.Dan Prince2011-04-0410-40/+67
* | | | | | | Renamed computeFault back to cloudServersFault in an effort to maintain consi...Josh Kearney2011-04-071-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Renamed computeFault to cloudServersFaultJosh Kearney2011-04-071-4/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | fixed the way ip6 address were retrieved/returned in _get_network_info in nov...Trey Morris2011-04-071-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | updated check_vm_record in test_xenapi to check the gateway6 correctlyTrey Morris2011-04-061-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Merged with trunk, fixed up test that wasn't checking namespaceJustin Santa Barbara2011-04-063-8/+161
|\| | | | |
| * | | | | fix bug lp:682888 - DescribeImages has no unit tests.John Tran2011-04-051-1/+32
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | adding unit tests for describe_imagesJohn Tran2011-03-291-5/+26
| | * | | | initial unit test for describe imagesJohn Tran2011-03-291-0/+10
| | | |/ / | | |/| |
| * | | | Don't prefix adminPass with the first 4 chars of the instance name.Josh Kearney2011-04-041-4/+2
| |\ \ \ \
| | * | | | Don't include first 4 chars of instance name in adminPassJosh Kearney2011-03-311-4/+2
| | | |_|/ | | |/| |
| * | | | Attempt to circumvent errors in the API from improper/malformed responses fro...Brian Lamar2011-04-041-2/+55
| |\ \ \ \
| | * | | | Fixes error which occurs when no name is specified for an image.Brian Lamar2011-04-041-2/+55
| | | |_|/ | | |/| |
| * | | | corrected capitalization of openstack api status and added testsKen Pepple2011-04-041-0/+2
| * | | | merge trunkKen Pepple2011-04-0416-179/+1583
| |\| | |
| | * | | merge lp:novaMark Washenberger2011-03-3116-179/+1515
| | |\| |
| | * | | merge lp:novaMark Washenberger2011-03-293-9/+58
| | |\ \ \
| | * \ \ \ merge lp:novaMark Washenberger2011-03-282-9/+12
| | |\ \ \ \
| | * | | | | lock down requirements for change passwordMark Washenberger2011-03-281-0/+27
| | * | | | | style changesMark Washenberger2011-03-281-5/+0
| | * | | | | merge lp:novaMark Washenberger2011-03-281-2/+56
| | |\ \ \ \ \
| | * \ \ \ \ \ merge lp:novaMark Washenberger2011-03-2542-963/+3606
| | |\ \ \ \ \ \
| | * | | | | | | add changePassword action to os api v1.1Mark Washenberger2011-03-231-0/+46