| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added labels to networks for use in multi-nic | Trey Morris | 2011-02-17 | 1 | -4/+5 |
| |\ | |||||
| | * | fixed merge conflict | Trey Morris | 2011-02-14 | 4 | -13/+30 |
| | |\ | |||||
| | * \ | merged branch to name net_manager.create_networks args | Trey Morris | 2011-01-24 | 4 | -9/+72 |
| | |\ \ | |||||
| | * | | | undid moving argument | Trey Morris | 2011-01-20 | 1 | -2/+2 |
| | * | | | moved argument for label | Trey Morris | 2011-01-20 | 1 | -2/+2 |
| | * | | | added default label to nova-manage and create_networks | Trey Morris | 2011-01-20 | 1 | -2/+3 |
| * | | | | Add a command to nova-manage to list fixed ip's. | Christian Berendt | 2011-02-17 | 1 | -0/+32 |
| |\ \ \ \ | |||||
| | * | | | | added entry in the category list | Christian Berendt | 2011-02-17 | 1 | -0/+1 |
| | * | | | | added new functionality to list all defined fixed ips | Christian Berendt | 2011-02-17 | 1 | -0/+31 |
| * | | | | | example: | Christian Berendt | 2011-02-17 | 1 | -0/+12 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | added more I18N | Christian Berendt | 2011-02-17 | 1 | -3/+3 |
| | * | | | | added functionality to nova-manage to list created networks | Christian Berendt | 2011-02-16 | 1 | -0/+12 |
| | | |_|/ | |/| | | |||||
| * / | | | fix for bug #716847 - if a volume has not been assigned to a host, then delet... | Anthony Young | 2011-02-14 | 1 | -0/+7 |
| |/ / / | |||||
| * | | | Changed method signature of create_network | Nachi Ueno | 2011-01-26 | 1 | -2/+2 |
| * | | | fix pep8 issue (and my commit hook that didn't catch it) | Vishvananda Ishaya | 2011-01-25 | 1 | -0/+1 |
| * | | | merged trunk | Vishvananda Ishaya | 2011-01-25 | 4 | -11/+12 |
| |\ \ \ | |||||
| | * \ \ | I am new to nova, and wanted to fix a fairly trivial bug in order to understa... | John Dewey | 2011-01-25 | 1 | -4/+2 |
| | |\ \ \ | |||||
| | | * | | | corrected nesting of the data dictionary | John Dewey | 2011-01-24 | 1 | -1/+1 |
| | | * | | | Updated a couple data structures to pass pep8. | John Dewey | 2011-01-24 | 1 | -4/+2 |
| | | | |/ | | |/| | |||||
| | * | | | Localized strings that employ formatting should not use positional arguments,... | Ed Leafe | 2011-01-25 | 2 | -4/+4 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | | * | | Removed tabs form source. Merged trunk changes | Ed Leafe | 2011-01-24 | 1 | -1/+1 |
| | | |\ \ | |||||
| | | * | | | Resolved trunk merge conflicts | Ed Leafe | 2011-01-21 | 4 | -5/+65 |
| | | |\| | | |||||
| | | * | | | merged trunk changes | Ed Leafe | 2011-01-19 | 1 | -1/+18 |
| | | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | | Completed first pass at converting all localized strings with multiple format... | Ed Leafe | 2011-01-18 | 2 | -4/+4 |
| | * | | | | changed nova-manage to use named arguments to net_manager.create_networks | Trey Morris | 2011-01-24 | 1 | -3/+6 |
| | | |_|/ | |/| | | |||||
| * | | | | merged trunk fixed whitespace in rst | Vishvananda Ishaya | 2011-01-21 | 4 | -5/+65 |
| |\| | | | |||||
| | * | | | Also print version at nova-api startup, for consistency | Thierry Carrez | 2011-01-20 | 1 | -0/+3 |
| | * | | | Added changes to make errors and recovery for volumes more graceful: | Anthony Young | 2011-01-20 | 1 | -1/+54 |
| | |\ \ \ | |||||
| | | * \ \ | merged trunkand fixed conflicts and pep error | Vishvananda Ishaya | 2011-01-18 | 1 | -81/+19 |
| | | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | | per vish's feedback, allow admin to specify volume id in any of the | Anthony Young | 2011-01-18 | 1 | -2/+12 |
| | | * | | | s/cleanup/volume. volume commands will need their own ns in the long run | Anthony Young | 2011-01-18 | 1 | -4/+4 |
| | | * | | | fixes related to #701749. Also, added nova-manage commands to recover | Anthony Young | 2011-01-18 | 1 | -1/+43 |
| | * | | | | Fixes for bugs: | jaypipes@gmail.com | 2011-01-19 | 2 | -4/+8 |
| | |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | | * | | | Removes circular import issues from bin/stack and replaces utils.loads with j... | jaypipes@gmail.com | 2011-01-18 | 1 | -3/+7 |
| | | * | | | ComputeAPI -> compute.API in bin/nova-direct-api. Fixes LP#704422 | jaypipes@gmail.com | 2011-01-18 | 1 | -1/+1 |
| | | | |/ | | |/| | |||||
| * | | | | wrap sqlalchemy exceptions in a generic error | Vishvananda Ishaya | 2011-01-21 | 1 | -3/+2 |
| * | | | | add helpful error messages to nova-manage and update nova.sh | Vishvananda Ishaya | 2011-01-19 | 1 | -5/+24 |
| |/ / / | |||||
| * | | | merge from upstream and fix small issues | Andy Smith | 2011-01-18 | 6 | -130/+270 |
| |\ \ \ | |||||
| | * | | | revert live_migration branch | Andy Smith | 2011-01-18 | 1 | -81/+1 |
| | | |/ | |/| | |||||
| | * | | merged to trunk rev572 | Kei Masumoto | 2011-01-19 | 3 | -127/+62 |
| | |\| | |||||
| | | * | merge trunk. | Todd Willey | 2011-01-17 | 3 | -3/+213 |
| | | |\ | |||||
| | | * \ | Merge trunk and fix how nova-combined works with paste.deploy. | Todd Willey | 2011-01-13 | 2 | -45/+46 |
| | | |\ \ | |||||
| | | * | | | Merge trunk | Todd Willey | 2011-01-12 | 1 | -0/+2 |
| | | |\| | | |||||
| | | * | | | Merge trunk and handle flagfiles with kid-gloves in nova-api. Rename some fl... | Todd Willey | 2011-01-12 | 2 | -39/+27 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge trunk (logging, etc). | Todd Willey | 2011-01-12 | 8 | -15/+467 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Make paste the default api pattern. | Todd Willey | 2011-01-04 | 2 | -120/+64 |
| | * | | | | | | merged trunk rev569 | Kei Masumoto | 2011-01-17 | 3 | -5/+215 |
| | |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | | * | | | | | merge from upstream | Andy Smith | 2011-01-14 | 1 | -3/+7 |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | merge from upstream and fix leaks in console tests | termie | 2011-01-12 | 5 | -2/+188 |
| | | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | |||||
| | | * | | | | | | merged from upstream and made applicable changes | Andy Smith | 2011-01-07 | 6 | -15/+281 |
| | | |\ \ \ \ \ \ | |||||
