summaryrefslogtreecommitdiffstats
path: root/nova/validate.py
Commit message (Expand)AuthorAgeFilesLines
* remove some unused filesAndy Smith2010-12-081-94/+0
* PEP8 and pylint cleanup. There should be no functional changes here, just sty...Eric Day2010-10-211-17/+24
* rather comprehensive style fixesandy2010-08-161-0/+1
* update copyrightsTodd Willey2010-07-151-2/+0
* Removed trailing whitespace from headerVishvananda Ishaya2010-06-231-1/+1
* Updated licensesDevin Carlen2010-06-231-9/+14
* Adding basic validation of volume size on creation, plus tests for it.Joshua McKenty2010-06-241-4/+4
* First pass at validation unit tests. Haven't figured out class methods yet.Joshua McKenty2010-06-241-7/+7
* Set volume status properly, first pass at validation decorators.Joshua McKenty2010-06-241-0/+83