summaryrefslogtreecommitdiffstats
path: root/nova/tests/integrated/api
Commit message (Expand)AuthorAgeFilesLines
* Fixes 'not in' operator usageZhongyue Luo2013-01-311-1/+1
* Adds api sample testing for versionsVishvananda Ishaya2012-08-281-1/+5
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-071-4/+4
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-1/+1
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Implements blueprint separate-nova-volumeapiAnthony Young2012-01-131-4/+4
* compute_api create*() and schedulers refactoringChris Behrens2011-09-271-3/+16
* Updated tests to correctly use the tenant idAlex Meade2011-08-171-2/+3
* make project_id authorization work properly, with testWilliam Wolf2011-08-161-2/+13
* fixed v1.0 stuff with X-Auth-Project-Id header, and fixed broken integrated t...William Wolf2011-08-111-2/+2
* got rid of tenant_id everywhere, got rid of X-Auth-Project-Id header support ...William Wolf2011-08-111-1/+1
* get last extension-based tests to passWilliam Wolf2011-08-101-21/+12
* fix pep8 issuesWilliam Wolf2011-08-101-1/+1
* adding project_id to flavor, server, and image links for /servers requestsWilliam Wolf2011-08-091-10/+22
* Adding unit and integration tests for updating the server name via the 1.1 api.Naveed Massjouni2011-07-151-0/+14
* updating code to implement testsBrian Waldon2011-07-111-1/+1
* first roundBrian Waldon2011-07-061-4/+3
* The volumes resource extension should be prefixed by its alias - os-volumesNaveed Massjouni2011-06-151-8/+8
* Fixes to the SQLAlchmeny API such that metadata is saved on an instance_update.Dan Prince2011-05-281-2/+8
* Multi-line comments should end in a blanklineJustin Santa Barbara2011-03-281-1/+3
* More fixes to keep the stylebot happyJustin Santa Barbara2011-03-281-1/+1
* pep8 fixesJustin Santa Barbara2011-03-271-1/+1
* Bunch of style fixesJustin Santa Barbara2011-03-271-1/+3
* pep8 fixesJustin Santa Barbara2011-03-241-1/+1
* Test for attach / detach (and associated fixes)Justin Santa Barbara2011-03-241-0/+15
* Added simple nova volume testsJustin Santa Barbara2011-03-241-0/+15
* Now that the fix for 732866, stop working around the bugJustin Santa Barbara2011-03-151-4/+1
* Reapplied rename of Openstack -> OpenStack. Easier to do it by hand than to ...Justin Santa Barbara2011-03-141-10/+10
* Document known bug numbers by the code which is degraded until the bugs are f...Justin Santa Barbara2011-03-101-0/+1
* Re-removed the code that was deleted upstream but somehow didn't get merged i...Justin Santa Barbara2011-03-101-21/+0
* Merged with upstreamJustin Santa Barbara2011-03-101-2/+2
|\
| * pep8 funJustin Santa Barbara2011-03-101-2/+2
* | Merge with upstreamJustin Santa Barbara2011-03-101-14/+23
|\|
| * Better logging, be more careful about when we throw login errors re bug732866Justin Santa Barbara2011-03-101-14/+23
| * Don't wrap keys and volumes till they're in the APIJustin Santa Barbara2011-03-101-21/+0
|/
* Implements basic OpenStack API client, ready to support API testsJustin Santa Barbara2011-03-102-0/+244