| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed based on reviewer's comment. | Kei Masumoto | 2011-03-10 | 1 | -4/+4 |
| * | merged to trunk rev 769 | Kei Masumoto | 2011-03-09 | 1 | -2/+5 |
| |\ | |||||
| | * | Create --paste_config flag defaulting to api-paste.ini and mv etc/nova-api.co... | Kevin L. Mitchell | 2011-03-07 | 1 | -2/+5 |
| * | | Merged to trunk rev 757. Main changes are below. | Kei Masumoto | 2011-03-04 | 1 | -2/+2 |
| * | | merged to trunk rev757 | Kei Masumoto | 2011-03-03 | 1 | -1/+77 |
| |\| | |||||
| | * | pep8 | Ken Pepple | 2011-03-02 | 1 | -1/+1 |
| | * | fixed coding style per devcamcar review notes | Ken Pepple | 2011-03-02 | 1 | -29/+8 |
| | * | refactored nova-manage list (-all, <name>) and fixed docs | Ken Pepple | 2011-02-28 | 1 | -19/+18 |
| | * | merge trunk | Ken Pepple | 2011-02-28 | 4 | -17/+14 |
| | |\ | |||||
| | * \ | merge trunk | Ken Pepple | 2011-02-24 | 13 | -99/+56 |
| | |\ \ | |||||
| | * | | | added purge option and tightened up testing | Ken Pepple | 2011-02-18 | 1 | -5/+10 |
| | * | | | completed doc and added --purge option to instance type delete | Ken Pepple | 2011-02-17 | 1 | -3/+8 |
| | * | | | Merged trunk | Josh Kearney | 2011-02-17 | 1 | -4/+49 |
| | |\ \ \ | |||||
| | * \ \ \ | Merged trunk | Josh Kearney | 2011-02-16 | 1 | -0/+7 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge jk0 branch (with trunk merge) which added additional columns for instan... | Ken Pepple | 2011-02-14 | 1 | -10/+36 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | Merged trunk | Josh Kearney | 2011-02-11 | 1 | -2/+2 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | Added more columns to instance_types tables | Josh Kearney | 2011-02-11 | 1 | -7/+34 |
| | * | | | | | | | updated tests and added more error checking | Ken Pepple | 2011-02-11 | 1 | -9/+6 |
| | |/ / / / / / | |||||
| | * | | | | | | testing refactor | Ken Pepple | 2011-02-10 | 1 | -1/+1 |
| | * | | | | | | added testing for instance_types.py and refactored nova-manage to use instanc... | Ken Pepple | 2011-02-08 | 1 | -33/+30 |
| | * | | | | | | additional error checking for nova-manage instance_type | Ken Pepple | 2011-02-08 | 1 | -22/+35 |
| | * | | | | | | aliased flavor to instance_types in nova-manage. will probably need to make f... | Ken Pepple | 2011-02-06 | 1 | -2/+3 |
| | * | | | | | | simplified instance_types db calls to return entire row - we may need these e... | Ken Pepple | 2011-02-06 | 1 | -3/+7 |
| | * | | | | | | rewrote nova-manage instance_type to use correct db.api returned objects and ... | Ken Pepple | 2011-02-05 | 1 | -13/+34 |
| | * | | | | | | corrected db.instance_types to return expect dict instead of lists. updated o... | Ken Pepple | 2011-02-05 | 1 | -2/+3 |
| | * | | | | | | converted openstack flavors over to use instance_types table. a few pep changes. | Ken Pepple | 2011-02-05 | 1 | -3/+2 |
| | * | | | | | | added FIXME(kpepple) comments for all constant usage of INSTANCE_TYPES. updat... | Ken Pepple | 2011-02-05 | 1 | -5/+6 |
| | * | | | | | | flagged all INSTANCE_TYPES usage with FIXME comment. Added basic usage to nov... | Ken Pepple | 2011-02-03 | 1 | -25/+14 |
| | * | | | | | | initial support for dynamic instance_types: db migration and model, stub test... | Ken Pepple | 2011-02-01 | 1 | -1/+40 |
| * | | | | | | | 1. merged trunk rev749 | Kei Masumoto | 2011-03-01 | 13 | -113/+67 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | | reverted my changes from https://code.launchpad.net/~berendt/nova/lp722554/+m... | Christian Berendt | 2011-02-26 | 1 | -1/+1 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | added disabled services to the list of displayed services in bin/nova-manage | Christian Berendt | 2011-02-22 | 1 | -1/+1 |
| | | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | | Makes nova-api correctly load the default flagfile. | Vishvananda Ishaya | 2011-02-26 | 1 | -0/+2 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | use default flagfile in nova-api | Vishvananda Ishaya | 2011-02-25 | 1 | -0/+2 |
| | * | | | | | | | fixed: bin/nova-ajax-console-proxy:66:19: W601 .has_key() is deprecated, use ... | Christian Berendt | 2011-02-25 | 1 | -1/+1 |
| | * | | | | | | | check if QUERY_STRING is empty or not before building the request URL | Christian Berendt | 2011-02-25 | 1 | -4/+10 |
| | |/ / / / / / | |||||
| | * | | | | | | Make tests start with a clean database for every test. | Vishvananda Ishaya | 2011-02-25 | 1 | -12/+1 |
| | |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| | | * | | | | | use flags for sqlite db names and fix flags in dhcpbridge | Vishvananda Ishaya | 2011-02-23 | 1 | -12/+1 |
| | | * | | | | | merged trunk | Vishvananda Ishaya | 2011-02-23 | 2 | -88/+12 |
| | | |\ \ \ \ \ | |||||
| | * | \ \ \ \ \ | Some first steps towards resolving some of the issues brought up on the maili... | termie | 2011-02-24 | 4 | -1/+13 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | add help back to the scripts that don't use service.py | termie | 2011-02-23 | 4 | -1/+13 |
| | | | |/ / / / / | | |/| | | | | | |||||
| | * | | | | | | | merged trunk | Vishvananda Ishaya | 2011-02-23 | 2 | -88/+12 |
| | |\| | | | | | | | |/ / / / / | |/| | | | | | |||||
| | | * | | | | | Get rid of nova-combined, see rationale on ML | Thierry Carrez | 2011-02-22 | 1 | -83/+0 |
| | | * | | | | | Merged trunk | Thierry Carrez | 2011-02-22 | 13 | -22/+93 |
| | | |\ \ \ \ \ | |||||
| | | | * \ \ \ \ | Add flags for listen_port to nova-api. This allows us to listen on one port,... | Vishvananda Ishaya | 2011-02-22 | 1 | -2/+4 |
| | | | |\ \ \ \ \ | |||||
| | | | | * | | | | | use a different flag for listen port for apis | Vishvananda Ishaya | 2011-02-21 | 1 | -2/+4 |
| | | | | |/ / / / | |||||
| | | | * | | | | | remove changes to test db | Vishvananda Ishaya | 2011-02-21 | 1 | -1/+1 |
| | | * | | | | | | Fixed testing mode leftover | Thierry Carrez | 2011-02-18 | 1 | -1/+1 |
| | | * | | | | | | PEP8 fix | Thierry Carrez | 2011-02-18 | 1 | -0/+1 |
| | | * | | | | | | Port changes to nova-combined, rename flags to API_listen and API_listen_port | Thierry Carrez | 2011-02-18 | 2 | -12/+16 |
