| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | | Completed first pass at converting all localized strings with multiple format... | Ed Leafe | 2011-01-18 | 2 | -5/+8 |
| | * | | | | Exception string lacking 'G' for gigabytes unit | Ricardo Carrillo Cruz | 2011-01-19 | 1 | -1/+1 |
| | | |/ / | |/| | | |||||
| | * | | | merge from upstream to fix conflict | Andy Smith | 2011-01-18 | 1 | -2/+3 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | | * | | This removes the need for the custom udev rule for iscsi devices. It instead... | Vishvananda Ishaya | 2011-01-18 | 1 | -2/+3 |
| | | |\ \ | |||||
| | | | * | | more useful prefix and fix typo in string | Vishvananda Ishaya | 2011-01-11 | 1 | -2/+3 |
| | | | * | | use by-path instead of custom udev script | Vishvananda Ishaya | 2011-01-11 | 1 | -1/+1 |
| | * | | | | revert live_migration branch | Andy Smith | 2011-01-18 | 2 | -33/+6 |
| | |/ / / | |||||
| * / / / | adding testcode | Kei Masumoto | 2011-01-27 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | previous commit breaks volume.driver. fix it.. | Kei Masumoto | 2011-01-19 | 2 | -7/+10 |
| * | | | fixed based on reviewer's comment | Kei Masumoto | 2011-01-19 | 2 | -7/+4 |
| * | | | merged trunk rev569 | Kei Masumoto | 2011-01-17 | 1 | -0/+49 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Merge trunk | MORITA Kazutaka | 2011-01-13 | 4 | -30/+181 |
| | |\ \ | |||||
| | * | | | Add support for Sheepdog volumes | MORITA Kazutaka | 2011-01-01 | 1 | -0/+49 |
| * | | | | merged to rev 561 and fixed based on reviewer's comment | Kei Masumoto | 2011-01-16 | 1 | -6/+3 |
| * | | | | merge trunk rev560 | masumotok | 2011-01-14 | 1 | -0/+57 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | This branch adds a backend for using RBD (RADOS Block Device) volumes in nova... | Josh Durgin | 2011-01-12 | 1 | -0/+57 |
| | |\ \ \ | |||||
| | | * | | | Check for whole pool name in check_for_setup_error | Josh Durgin | 2011-01-12 | 1 | -1/+2 |
| | | * | | | Add support for rbd volumes. | Josh Durgin | 2011-01-03 | 1 | -0/+56 |
| | | |/ / | |||||
| * | | | | Get reviewed and fixed based on comments. | masumotok | 2011-01-14 | 4 | -30/+124 |
| |\| | | | |||||
