summaryrefslogtreecommitdiffstats
path: root/nova/crypto.py
Commit message (Expand)AuthorAgeFilesLines
* Add missing os.path.abspath around csrfile.David Ripton2013-05-291-1/+1
* Removed superflous eval usage.Alex Gaynor2013-05-241-4/+4
* Convert to using oslo's execute() method.Michael Still2013-05-041-3/+4
* Fix issues with re-raising exceptions.Russell Bryant2013-03-051-2/+3
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+1
* replace ssh-keygen -m with a python equivalentDavanum Srinivas2013-02-051-11/+69
* Don't limit SSH keys generation to 1024 bitsZane Bitter2013-01-221-5/+6
* Add encryption method using an ssh public key.Vishvananda Ishaya2013-01-161-6/+37
* Add helper methods to nova.pathsMark McLoughlin2013-01-041-3/+3
* Move global path opts in nova.pathsMark McLoughlin2013-01-041-1/+1
* Merge "Makes sure to call crypto scripts with abspath"Jenkins2012-12-211-6/+4
|\
| * Makes sure to call crypto scripts with abspathVishvananda Ishaya2012-12-201-6/+4
* | Merge "Update exceptions to pass correct kwargs."Jenkins2012-12-211-2/+2
|\ \ | |/ |/|
| * Update exceptions to pass correct kwargs.Dan Prince2012-12-181-2/+2
* | Trap exception when trying to write csrChuck Short2012-12-191-2/+6
|/
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-041-14/+15
* Migrate to fileutils and lockutils.Michael Still2012-10-251-2/+3
* Overload comment in generated SSH keysThierry Carrez2012-09-131-1/+1
* Stop fetch_ca from throwing IOError exceptionsChris Yeoh2012-09-121-3/+14
* Port existing code to utils.ensure_treeMichael Still2012-08-281-5/+2
* Remove unused importsRongzeZhu2012-08-171-1/+0
* Drop AES functions and pycrypto dependencyStanislaw Pitucha2012-08-051-40/+0
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-2/+3
* Merge "Fixes cloudpipe extension to work with keystone"Jenkins2012-02-281-1/+1
|\
| * Fixes cloudpipe extension to work with keystoneVishvananda Ishaya2012-02-261-1/+1
* | Add utils.tempdir() context manager for easy temp dirsJohannes Erdfelt2012-02-281-58/+46
|/
* Handle OSError which can be thrown when removing tmpdir. Fixes bug 883326.chris fattarsi2012-02-191-3/+14
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Make crypto use absolute importsVishvananda Ishaya2012-02-021-4/+3
* Excise M2Crypto!Brian Waldon2012-02-021-92/+13
* Remove utils.runthis().Russell Bryant2012-01-311-1/+1
* Merge "Refactor away the flags.DEFINE_* helpers"Jenkins2012-01-301-22/+32
|\
| * Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-22/+32
* | Raise 400 if bad kepair data is providedBrian Waldon2012-01-281-0/+2
|/
* Fix bug 921715 - 'nova x509-create-cert' failsDean Troyer2012-01-251-4/+4
* Create nova cert worker for x509 supportVishvananda Ishaya2012-01-241-0/+44
* Clean up crypto.pyVishvananda Ishaya2012-01-181-35/+13
* Clean up generate fingerprint.MotoKen2012-01-171-3/+14
* Specify -t rsa when calling ssh-keygen.Justin Santa Barbara2011-12-181-1/+1
* Revert "Fixes bug 757033"Vishvananda Ishaya2011-11-211-2/+4
* Fixes bug 757033Joe Gordon2011-11-171-4/+2
* More spelling fixes inside of novaJoe Gordon2011-11-091-1/+1
* added tests - list doesn't pass due to unicode issuesJesse Andrews2011-08-091-3/+7
* fixed bug 796619Alex Meade2011-06-131-1/+2