summaryrefslogtreecommitdiffstats
path: root/nova/tests/api/openstack/compute/contrib/test_volumes.py
Commit message (Expand)AuthorAgeFilesLines
* Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-111-1/+1
* Remove unnecessary parens in test_volumesRick Harris2013-05-171-21/+21
* Use strict=True instead of `is_valid_boolstr`Rick Harris2013-05-171-0/+36
* Merge "Refactor nova.volume.cinder.API to reduce roundtrips with Cinder"Jenkins2013-05-151-2/+2
|\
| * Refactor nova.volume.cinder.API to reduce roundtrips with CinderOleg Bondarev2013-05-141-2/+2
* | Merge "Catch volume create exception"Jenkins2013-05-141-0/+18
|\ \
| * | Catch volume create exceptionChris Yeoh2013-05-081-0/+18
| |/
* / Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-071-2/+2
|/
* Change arguments to volume_detach()Chris Behrens2013-03-201-1/+6
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-2/+2
* clean up missing whitespace after ':'Aaron Rosen2013-02-151-1/+1
* Removed print stmts in test casesGiampaolo Lauria2013-01-291-4/+0
* Adds os-volume_attachments 'volume_id' validationJanis Gengeris2013-01-021-0/+21
* Removed unused imports.Chuck Short2012-12-211-1/+0
* Properly scope password optionsMark McLoughlin2012-12-121-1/+1
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+2
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-3/+3
* Remove nova-volume DBJoe Gordon2012-11-081-5/+0
* removes the nova-volume code from novaVishvananda Ishaya2012-10-281-8/+7
* Speed up api.openstack.compute.contrib testsStanislaw Pitucha2012-10-241-8/+18
* Fix imports in openstack compute testsVishvananda Ishaya2012-10-121-15/+22
* Improve entity validation in volumes APIsMark McLoughlin2012-09-171-9/+61
* Fix xml metadata for volumes extension.Matthew Treinish2012-08-301-3/+134
* Remove deprecated auth codeBrian Waldon2012-07-091-2/+0
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-4/+4
* Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-071-10/+10
* Use utils.utcnow rather than datetime.utcnowZhongyue Luo2012-05-251-3/+4
* get instance details results in volumes key errorJohn Griffith2012-05-151-0/+105
* Remove Deprecated AuthMiddlewareBrian Waldon2012-05-071-1/+0
* Remove unused test_obj parameter to setUp()Johannes Erdfelt2012-03-021-31/+17
* Remove empty setUp/tearDown methodsJohannes Erdfelt2012-03-021-3/+0
* Respect availability_zone parameter in nova apiHengqing Hu2012-02-021-1/+113
* Implements blueprint separate-nova-volumeapiAnthony Young2012-01-131-0/+239