| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | 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 | |
| | | * | | | | | | Set up logging once FLAGS properly read, no need to redo logging config anymo... | Thierry Carrez | 2011-02-18 | 1 | -6/+2 | |
| | | * | | | | | | Switch to API_listen and API_listen_port, drop wsgi.paste_config_to_flags | Thierry Carrez | 2011-02-18 | 1 | -6/+12 | |
| | | * | | | | | | Fix DescribeRegion answer by using specific 'listen' configuration parameter ... | Thierry Carrez | 2011-02-14 | 2 | -4/+4 | |
| | | | |_|_|/ / | | |/| | | | | ||||||
| | * | | | | | | pretty colors for logs and a few optimizations | Vishvananda Ishaya | 2011-02-21 | 1 | -0/+2 | |
| | | |/ / / / | |/| | | | | ||||||
| | * | | | | | fix pep8 and remove extra reference to reset | Vishvananda Ishaya | 2011-02-21 | 1 | -1/+0 | |
| | * | | | | | switch to explicit call to logging.setup() | Vishvananda Ishaya | 2011-02-21 | 13 | -6/+32 | |
| | * | | | | | move exception hook into appropriate location and remove extra stuff from mod... | Vishvananda Ishaya | 2011-02-21 | 1 | -1/+0 | |
| | * | | | | | fix nova-api as well | Vishvananda Ishaya | 2011-02-21 | 1 | -1/+1 | |
| | * | | | | | remove extra references to logging.basicConfig | Vishvananda Ishaya | 2011-02-20 | 4 | -7/+2 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Fixed based on reviewer's comment. | Kei Masumoto | 2011-02-22 | 3 | -12/+19 | |
| * | | | | | Fixed based on reviewer's comment. | Kei Masumoto | 2011-02-22 | 1 | -15/+66 | |
| |\| | | | | ||||||
| | * | | | | 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 | |
