summaryrefslogtreecommitdiff
path: root/heat/tests/test_volume.py
Commit message (Expand)AuthorAgeFilesLines
* Split AWS/OS volume testshuangtianhua2015-01-081-1642/+0
* Reorganize volume codehuangtianhua2015-01-081-22/+28
* Support cinder volume retypehuangtianhua2014-12-121-0/+36
* Add cinder volume type constraint for resourceshuangtianhua2014-12-121-0/+1
* Add cinder volume constraint for Cinder Volumehuangtianhua2014-12-121-0/+1
* Merge "Allow VolumeAttachments to delete in parallel"Jenkins2014-12-121-1/+4
|\
| * Allow VolumeAttachments to delete in parallelZane Bitter2014-12-111-1/+4
* | Always use fakes_v1_1 for heat.tests.v1_1 fakes importPeter Razumovsky2014-12-051-11/+11
|/
* Apply cinder snapshot custom constrainthuangtianhua2014-12-051-0/+1
* Apply cinder volume custom constrainthuangtianhua2014-12-041-11/+13
* Apply nova server constraints for resourceshuangtianhua2014-12-031-0/+2
* Merge "Implement handle_check for Cinder and EC2 Volumes"Jenkins2014-11-211-0/+40
|\
| * Implement handle_check for Cinder and EC2 VolumesAnderson Mesquita2014-11-111-0/+40
* | Add snapshot restore HTTP APIThomas Herve2014-11-101-1/+2
|/
* Merge "Implement stack restore"Jenkins2014-10-271-0/+52
|\
| * Implement stack restoreThomas Herve2014-10-211-0/+52
* | Don't import HeatTestCase directlyZhenguo Niu2014-10-221-2/+2
|/
* Support Cinder scheduler hintsAdrien Vergé2014-10-161-0/+40
* Merge "fixes stack deletion failure, when vol in deleting"Jenkins2014-10-131-0/+27
|\
| * fixes stack deletion failure, when vol in deletingRakesh H S2014-09-051-0/+27
* | Support Cinder API version 2Adrien Vergé2014-10-061-32/+27
* | Add two attributes for cinder volumehuangtianhua2014-09-291-1/+4
* | Merge "Resolve AWS::EC2::Instance AZ output to a value if not specified"Jenkins2014-09-261-0/+3
|\ \
| * | Resolve AWS::EC2::Instance AZ output to a value if not specifiedSirushti Murugesan2014-09-181-0/+3
* | | Merge "Deny updates to AWS::EC2::VolumeAttachment"Jenkins2014-09-061-0/+30
|\ \ \ | |_|/ |/| |
| * | Deny updates to AWS::EC2::VolumeAttachmentPavlo Shchelokovskyy2014-08-271-0/+30
* | | Reimplement Volume snapshot with backupThomas Herve2014-08-291-14/+7
|/ /
* | Unittests: Refactor Volume resources testsPavlo Shchelokovskyy2014-08-271-523/+357
* | Check for error messages in volume testsPavlo Shchelokovskyy2014-08-271-8/+19
* | Improve errors in Volume tasksPavlo Shchelokovskyy2014-08-271-4/+8
|/
* Merge "Remove resource_id_set(None) calls"Jenkins2014-08-201-4/+0
|\
| * Remove resource_id_set(None) callsThomas Herve2014-08-191-4/+0
* | Merge "Implement snapshots for servers and volumes"Jenkins2014-08-191-0/+88
|\ \
| * | Implement snapshots for servers and volumesThomas Herve2014-08-151-0/+88
| |/
* | Fix client exception handling in VolumeExtendTaskPavlo Shchelokovskyy2014-08-181-2/+3
|/
* Move VolumeAttachment updates to Cinder resourcePavlo Shchelokovskyy2014-08-141-33/+60
* Merge "Use Constraint stubs in common.py"Jenkins2014-08-131-3/+2
|\
| * Use Constraint stubs in common.pyhuangtianhua2014-08-131-3/+2
* | Merge "Deny updates to AWS::EC2::Volume resource"Jenkins2014-08-131-0/+27
|\ \ | |/ |/|
| * Deny updates to AWS::EC2::Volume resourcePavlo Shchelokovskyy2014-08-081-0/+27
* | Merge "Change Volume metadata attribute to raw dict."Jenkins2014-08-131-0/+2
|\ \ | |/ |/|
| * Change Volume metadata attribute to raw dict.Haiyang Ding2014-07-081-0/+2
* | replace dict.iteritems() with six.iteritems(dict)Christian Berendt2014-08-061-2/+2
* | Merge "Retry resource create until success"Jenkins2014-08-061-0/+3
|\ \
| * | Retry resource create until successSteve Baker2014-07-301-0/+3
* | | Move size update to Cinder volumePavlo Shchelokovskyy2014-08-051-27/+57
|/ /
* | Replace str() with six.text_type() where exception is usedEthan Lynn2014-07-291-3/+3
* | Move glance_utils functions to glance client pluginSteve Baker2014-07-211-11/+5
* | Store clients in contextSteve Baker2014-07-211-11/+11
* | Revert "Store clients in context"Derek Higgins2014-07-191-11/+11