summaryrefslogtreecommitdiffstats
path: root/nova/tests/api/openstack/compute/contrib/test_snapshots.py
Commit message (Expand)AuthorAgeFilesLines
* Fix response from snapshot create stubMark McLoughlin2013-05-141-0/+4
* Add snapshot methods to fakes.pyGiampaolo Lauria2013-02-191-109/+9
* Removed print stmts in test casesGiampaolo Lauria2013-01-291-2/+0
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+0
* Remove nova.flagsMark McLoughlin2012-11-171-1/+1
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-2/+0
* removes the nova-volume code from novaVishvananda Ishaya2012-10-281-7/+9
* Speed up api.openstack.compute.contrib testsStanislaw Pitucha2012-10-241-8/+13
* Return 400 if create volume snapshot force parameter is invalidRongze Zhu2012-09-131-0/+13
* Remove deprecated auth codeBrian Waldon2012-07-091-2/+0
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* 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-8/+7
* Use utils.utcnow rather than datetime.utcnowZhongyue Luo2012-05-251-4/+4
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-1/+1
* Remove Deprecated AuthMiddlewareBrian Waldon2012-05-071-1/+0
* Fixes os-volume/snapshot deleteVishvananda Ishaya2012-03-081-4/+4
* Remove unnecessary setting up and down of mox and stuboutJohannes Erdfelt2012-03-021-6/+0
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Fixes volume snapshotting issues and testsVishvananda Ishaya2012-02-071-0/+1
* Implements blueprint separate-nova-volumeapiAnthony Young2012-01-131-0/+299