Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More fixes to keep the stylebot happy | Justin Santa Barbara | 2011-03-28 | 1 | -1/+1 |
* | Merged with trunk, resolved conflicts & code-flicts | Justin Santa Barbara | 2011-03-25 | 2 | -10/+10 |
|\ | |||||
| * | Fix lp741415 by splitting arguments of _execute in the iSCSI driver. | Muneyuki Noguchi | 2011-03-25 | 1 | -9/+8 |
| |\ | |||||
| | * | Remove a blank line. | Muneyuki Noguchi | 2011-03-24 | 1 | -1/+0 |
| | * | Split arguments of _execute in the iSCSI driver. | Muneyuki Noguchi | 2011-03-24 | 1 | -9/+9 |
| * | | support volume and network in the direct api | termie | 2011-03-24 | 1 | -1/+2 |
* | | | Merged with trunk | Justin Santa Barbara | 2011-03-24 | 1 | -2/+3 |
|\| | | |||||
| * | | trunk merge | Sandy Walsh | 2011-03-21 | 1 | -8/+9 |
| |\| | |||||
| * | | merge with trunk. moved scheduler_manager into manager. fixed tests | Sandy Walsh | 2011-03-17 | 2 | -54/+113 |
| |\ \ | |||||
| * | | | Tests all working again | Sandy Walsh | 2011-02-23 | 1 | -3/+4 |
* | | | | Test for attach / detach (and associated fixes) | Justin Santa Barbara | 2011-03-24 | 1 | -3/+9 |
* | | | | Added simple nova volume tests | Justin Santa Barbara | 2011-03-24 | 1 | -0/+67 |
| |_|/ |/| | | |||||
* | | | pep8 is hard | Soren Hansen | 2011-03-17 | 1 | -1/+2 |
* | | | Fix a number of place in the volume driver where the argv hadn't been fully s... | Soren Hansen | 2011-03-17 | 1 | -8/+8 |
| |/ |/| | |||||
* | | merged to trunk rev781 | Kei Masumoto | 2011-03-10 | 1 | -49/+54 |
|\ \ | |||||
| * | | execvp passes pep8 | Eric Windisch | 2011-03-09 | 1 | -2/+2 |
| * | | execvp: almost passes tests | Eric Windisch | 2011-03-09 | 1 | -2/+3 |
| * | | execvp | Eric Windisch | 2011-03-08 | 1 | -34/+37 |
| * | | execvp | Eric Windisch | 2011-02-27 | 1 | -34/+35 |
| |/ | |||||
* | | fixed based on reviewer's comment. | Kei Masumoto | 2011-03-10 | 1 | -1/+1 |
* | | Fixed based on reviewer's comments. Main changes are below. | Kei Masumoto | 2011-03-03 | 1 | -2/+2 |
* | | 1. merged trunk rev749 | Kei Masumoto | 2011-03-01 | 3 | -60/+439 |
|\| | |||||
| * | Documentation fixes so that output looks better | Justin Santa Barbara | 2011-02-23 | 2 | -1/+21 |
| * | PEP 257 fixes | Justin Santa Barbara | 2011-02-23 | 2 | -26/+38 |
| * | Fixed my confusion in documenting the syntax of iSCSI discovery | Justin Santa Barbara | 2011-02-21 | 1 | -1/+1 |
| * | Renamed db_update to model_update, and lots more documentation | Justin Santa Barbara | 2011-02-21 | 3 | -19/+37 |
| * | Merged with head | Justin Santa Barbara | 2011-02-21 | 1 | -2/+2 |
| |\ | |||||
| * | | Support for HP SAN | Justin Santa Barbara | 2011-02-18 | 3 | -55/+384 |
* | | | Fixed based on reviewer's comment. | Kei Masumoto | 2011-02-22 | 1 | -7/+7 |
* | | | Fixed based on reviewer's comment. | Kei Masumoto | 2011-02-22 | 3 | -9/+9 |
|\ \ \ | | |/ | |/| | |||||
| * | | more optimizations context.user.id to context.user_id | Vishvananda Ishaya | 2011-02-18 | 1 | -1/+1 |
| * | | replace context.user.is_admin() with context.is_admin because it is much faster | Vishvananda Ishaya | 2011-02-18 | 1 | -1/+1 |
| |/ | |||||
| * | When re-throwing an exception, use "raise", not "raise e". This way we don't... | Justin Santa Barbara | 2011-02-15 | 1 | -4/+4 |
| |\ | |||||
| | * | Removed (newly) unused exception variables | Justin Santa Barbara | 2011-02-04 | 1 | -2/+2 |
| | * | Don't swallow exception stack traces by doing 'raise e'; just use 'raise' | Justin Santa Barbara | 2011-02-04 | 1 | -2/+2 |
* | | | Merge request candidate version. | Kei Masumoto | 2011-02-15 | 3 | -14/+396 |
|\| | | |||||
| * | | Added support for 'SAN' style volumes. A SAN's big difference is that the iS... | SuperStack | 2011-02-09 | 3 | -6/+341 |
| |\ \ | |||||
| | * | | Indent args to ssh_connect correctly | SuperStack | 2011-02-09 | 1 | -2/+2 |
| | * | | Fix PEP8 violations | SuperStack | 2011-02-09 | 1 | -8/+11 |
| | * | | Fixes for Vish & Devin's feedback | Justin Santa Barbara | 2011-02-04 | 1 | -59/+18 |
| | * | | Implementation of 'SAN' volumes | Justin Santa Barbara | 2011-02-04 | 3 | -6/+379 |
| | |/ | |||||
* | | | 1. Merged to rev654(?) | Kei Masumoto | 2011-02-10 | 3 | -43/+72 |
|\| | | |||||
| * | | Fixed PEP8 test problems, complaining about too many blank lines at line 51 | Ricardo Carrillo Cruz | 2011-02-04 | 1 | -1/+0 |
| |\| | |||||
| * | | Fixed merge conflict | Ricardo Carrillo Cruz | 2011-01-25 | 3 | -14/+63 |
| |\| | |||||
| | * | Resolved trunk merge conflicts | Ed Leafe | 2011-01-21 | 2 | -14/+59 |
| | |\ | |||||
| | | * | merged trunkand fixed conflicts and pep error | Vishvananda Ishaya | 2011-01-18 | 2 | -34/+8 |
| | | |\ | |||||
| | | * | | per vish's feedback, allow admin to specify volume id in any of the | Anthony Young | 2011-01-18 | 1 | -1/+4 |
| | | * | | update status to 'error_deleting' on volumes where deletion fails | Anthony Young | 2011-01-18 | 1 | -4/+11 |
| | | * | | fixes related to #701749. Also, added nova-manage commands to recover | Anthony Young | 2011-01-18 | 2 | -8/+43 |
| | * | | | merged trunk changes | Ed Leafe | 2011-01-19 | 1 | -2/+3 |
| | |\ \ \ | | | | |/ | | | |/| |