summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_crypto.py
Commit message (Expand)AuthorAgeFilesLines
* Convert to using oslo's execute() method.Michael Still2013-05-041-1/+2
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* replace ssh-keygen -m with a python equivalentDavanum Srinivas2013-02-051-0/+28
* Add encryption method using an ssh public key.Vishvananda Ishaya2013-01-161-0/+63
* 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
* Stop fetch_ca from throwing IOError exceptionsChris Yeoh2012-09-121-0/+19
* Drop AES functions and pycrypto dependencyStanislaw Pitucha2012-08-051-17/+0
* Remove unnecessary setting up and down of mox and stuboutJohannes Erdfelt2012-03-021-6/+0
* Add utils.tempdir() context manager for easy temp dirsJohannes Erdfelt2012-02-281-14/+5
* Excise M2Crypto!Brian Waldon2012-02-021-24/+13
* Create nova cert worker for x509 supportVishvananda Ishaya2012-01-241-8/+55
* pep8Alex Meade2011-06-131-9/+9
* Improved testsAlex Meade2011-06-131-16/+30
* fixed bug 796619Alex Meade2011-06-131-0/+69
* First cut with tests passingSandy Walsh2011-05-111-0/+48