summaryrefslogtreecommitdiffstats
path: root/bin/nova-spoolsentry
Commit message (Collapse)AuthorAgeFilesLines
* Remove broken bin/*spool* toolsJoe Gordon2012-03-141-92/+0
| | | | Change-Id: Ia67f35374917d7037887b2d2c39ca92ff79587c8
* Use cPickle and not just pickle.Alex Meade2012-03-121-4/+1
| | | | | | | | Fixes bug 953423 cPickle is up to 1000 times faster than pickle. We should use it instead. Change-Id: I1facbdcf60d88c9fba56687abf75524498d2502e
* Brings some more files up to HACKING standardsJoe Gordon2011-12-281-2/+2
| | | | Change-Id: I738fb70d49dade90d31e8c848fa841497083e9b4
* Remove AoE, Clean up volume codeVishvananda Ishaya2011-10-111-0/+0
| | | | | | | | | * Removes Ata Over Ethernet * Adds drivers to libvirt for volumes * Adds initialize_connection and terminate_connection to volume api * Passes connection info back through volume api Change-Id: I1b1626f40bebe8466ab410fb174683293c7c474f
* corrected nesting of the data dictionaryJohn Dewey2011-01-241-1/+1
|
* Updated a couple data structures to pass pep8.John Dewey2011-01-241-4/+2
|
* Apply logging changes as a giant patch to work around the cloudpipe delete + ↵Todd Willey2011-01-041-0/+97
add issue in the original patch.