summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | simplified instance_types db calls to return entire row - we may need these e...Ken Pepple2011-02-061-3/+7
| * | | | | | | | rewrote nova-manage instance_type to use correct db.api returned objects and ...Ken Pepple2011-02-051-13/+34
| * | | | | | | | corrected db.instance_types to return expect dict instead of lists. updated o...Ken Pepple2011-02-051-2/+3
| * | | | | | | | converted openstack flavors over to use instance_types table. a few pep changes.Ken Pepple2011-02-051-3/+2
| * | | | | | | | added FIXME(kpepple) comments for all constant usage of INSTANCE_TYPES. updat...Ken Pepple2011-02-051-5/+6
| * | | | | | | | flagged all INSTANCE_TYPES usage with FIXME comment. Added basic usage to nov...Ken Pepple2011-02-031-25/+14
| * | | | | | | | initial support for dynamic instance_types: db migration and model, stub test...Ken Pepple2011-02-011-1/+40
* | | | | | | | | 1. merged trunk rev749Kei Masumoto2011-03-0113-113/+67
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | reverted my changes from https://code.launchpad.net/~berendt/nova/lp722554/+m...Christian Berendt2011-02-261-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | added disabled services to the list of displayed services in bin/nova-manageChristian Berendt2011-02-221-1/+1
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Makes nova-api correctly load the default flagfile.Vishvananda Ishaya2011-02-261-0/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | use default flagfile in nova-apiVishvananda Ishaya2011-02-251-0/+2
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | fixed: bin/nova-ajax-console-proxy:66:19: W601 .has_key() is deprecated, use ...Christian Berendt2011-02-251-1/+1
| * | | | | | | | check if QUERY_STRING is empty or not before building the request URLChristian Berendt2011-02-251-4/+10
| |/ / / / / / /
| * | | | | | | Make tests start with a clean database for every test.Vishvananda Ishaya2011-02-251-12/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | use flags for sqlite db names and fix flags in dhcpbridgeVishvananda Ishaya2011-02-231-12/+1
| | * | | | | | merged trunkVishvananda Ishaya2011-02-232-88/+12
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| * | | | | | | Some first steps towards resolving some of the issues brought up on the maili...termie2011-02-244-1/+13
| |\ \ \ \ \ \ \
| | * | | | | | | add help back to the scripts that don't use service.pytermie2011-02-234-1/+13
| | | |/ / / / / | | |/| | | | |
| * | | | | | | merged trunkVishvananda Ishaya2011-02-232-88/+12
| |\| | | | | | | | |/ / / / / | |/| | | | |
| | * | | | | Get rid of nova-combined, see rationale on MLThierry Carrez2011-02-221-83/+0
| | * | | | | Merged trunkThierry Carrez2011-02-2213-22/+93
| | |\ \ \ \ \
| | | * \ \ \ \ Add flags for listen_port to nova-api. This allows us to listen on one port,...Vishvananda Ishaya2011-02-221-2/+4
| | | |\ \ \ \ \
| | | | * | | | | use a different flag for listen port for apisVishvananda Ishaya2011-02-211-2/+4
| | | | |/ / / /
| | | * | | | | remove changes to test dbVishvananda Ishaya2011-02-211-1/+1
| | * | | | | | Fixed testing mode leftoverThierry Carrez2011-02-181-1/+1
| | * | | | | | PEP8 fixThierry Carrez2011-02-181-0/+1
| | * | | | | | Port changes to nova-combined, rename flags to API_listen and API_listen_portThierry Carrez2011-02-182-12/+16
| | * | | | | | Set up logging once FLAGS properly read, no need to redo logging config anymo...Thierry Carrez2011-02-181-6/+2
| | * | | | | | Switch to API_listen and API_listen_port, drop wsgi.paste_config_to_flagsThierry Carrez2011-02-181-6/+12
| | * | | | | | Fix DescribeRegion answer by using specific 'listen' configuration parameter ...Thierry Carrez2011-02-142-4/+4
| | | |_|_|/ / | | |/| | | |
| * | | | | | pretty colors for logs and a few optimizationsVishvananda Ishaya2011-02-211-0/+2
| | |/ / / / | |/| | | |
| * | | | | fix pep8 and remove extra reference to resetVishvananda Ishaya2011-02-211-1/+0
| * | | | | switch to explicit call to logging.setup()Vishvananda Ishaya2011-02-2113-6/+32
| * | | | | move exception hook into appropriate location and remove extra stuff from mod...Vishvananda Ishaya2011-02-211-1/+0
| * | | | | fix nova-api as wellVishvananda Ishaya2011-02-211-1/+1
| * | | | | remove extra references to logging.basicConfigVishvananda Ishaya2011-02-204-7/+2
| | |/ / / | |/| | |
* | | | | Fixed based on reviewer's comment.Kei Masumoto2011-02-223-12/+19
* | | | | Fixed based on reviewer's comment.Kei Masumoto2011-02-221-15/+66
|\| | | |
| * | | | added labels to networks for use in multi-nicTrey Morris2011-02-171-4/+5
| |\ \ \ \
| | * | | | fixed merge conflictTrey Morris2011-02-144-13/+30
| | |\| | |
| | * | | | merged branch to name net_manager.create_networks argsTrey Morris2011-01-244-9/+72
| | |\ \ \ \
| | * | | | | undid moving argumentTrey Morris2011-01-201-2/+2
| | * | | | | moved argument for labelTrey Morris2011-01-201-2/+2
| | * | | | | added default label to nova-manage and create_networksTrey Morris2011-01-201-2/+3
| * | | | | | Add a command to nova-manage to list fixed ip's.Christian Berendt2011-02-171-0/+32
| |\ \ \ \ \ \
| | * | | | | | added entry in the category listChristian Berendt2011-02-171-0/+1
| | * | | | | | added new functionality to list all defined fixed ipsChristian Berendt2011-02-171-0/+31
| | | |_|_|_|/ | | |/| | | |
| * | | | | | example:Christian Berendt2011-02-171-0/+12
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | added more I18NChristian Berendt2011-02-171-3/+3