summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added interim solution for target discovery. Now info can either be passed vi...Armando Migliaccio2010-12-062-20/+71
* merge with lp:~armando-migliaccio/nova/xenapi-refactoringArmando Migliaccio2010-12-0623-378/+524
|\
| * merge trunkArmando Migliaccio2010-12-0616-336/+405
| |\
| | * Fixes a missing step (nova-manage network create IP/nn n nn) in the single-no...Anne Gentle2010-12-032-12/+21
| | |\
| | | * Fixing single node install docAnne Gentle2010-12-022-12/+21
| | * | Tired of seeing various test files in bzr stat.Eric Day2010-12-031-0/+10
| | |\ \
| | | * | Added test files to be ignored.Eric Day2010-12-021-0/+10
| | | |/
| | * | Fix bugs that prevented OpenStack API from supporting server rename.Michael Gundlach2010-12-025-29/+21
| | |\ \ | | | |/ | | |/|
| | | * pep8Michael Gundlach2010-12-021-1/+1
| | | * Use newfangled compute_apiMichael Gundlach2010-12-021-1/+1
| | | * Update tests to use proper idMichael Gundlach2010-12-021-2/+2
| | | * Oops, update 'display_name', not 'name'. And un-extract-method.Michael Gundlach2010-12-022-13/+9
| | | * Correctly translate instance ids to internal_ids in some spots we neglected.Michael Gundlach2010-12-023-14/+10
| | |/
| | * Consolidated the start instance logic in the two API classes into a single me...Eric Day2010-12-0212-299/+345
| | |\
| | | * Merged trunk and resolved conflicts. Again.Eric Day2010-12-022-1/+12
| | | |\ | | | |/ | | |/|
| | * | Instances are assigned a display_name if one is not passed in -- and now, the...Michael Gundlach2010-12-022-1/+11
| | |\ \
| | | * | Default Instance.display_name to a value even when None is explicitly passed in.Michael Gundlach2010-12-022-1/+11
| | |/ /
| | | * Merged trunk and resolved conflicts.Eric Day2010-12-0237-230/+376
| | | |\ | | | |/ | | |/|
| | | * Broke parts of compute manager out into compute.api to separate what gets run...Eric Day2010-12-017-188/+262
| | | * The image server should throw not found errors, don't need to check in comput...Eric Day2010-11-241-2/+0
| | | * Consolidated the start instance logic in the two API classes into a single me...Eric Day2010-11-248-238/+211
| * | | moved XenAPI namespace definition into xenapi/__init__.pyArmando Migliaccio2010-12-064-6/+14
| * | | pylint and pep8 fixesArmando Migliaccio2010-12-066-36/+101
* | | | minor refactoring after merge Armando Migliaccio2010-12-022-9/+24
* | | | merge lp:~armando-migliaccio/nova/refactoringArmando Migliaccio2010-12-0231-198/+259
|\| | |
| * | | merge trunkArmando Migliaccio2010-12-0235-198/+265
| |\| |
| | * | Guarantee that the OpenStack API's Server-related responses will always conta...Michael Gundlach2010-12-015-6/+16
| | |\ \
| | | * | Going for a record commits per line changes ratioMichael Gundlach2010-12-011-1/+1
| | | * | Oops, internal_id isn't available until after a save. This code saves twice;...Michael Gundlach2010-12-012-2/+12
| | | * | Todd points out that the API doesn't require a display_name, so let's make a ...Michael Gundlach2010-12-011-0/+2
| | | * | Remove duplicate field and make OpenStack API return server.name for EC2-API-...Michael Gundlach2010-12-013-6/+4
| | * | | Adds in more documentation contributions from Citrix.Anne Gentle2010-12-015-31/+38
| | |\ \ \
| | | * | | Incorporating security groups infoAnne Gentle2010-11-222-5/+14
| | | * | | Incorporating more networking infoAnne Gentle2010-11-224-26/+24
| | * | | | Move cc_host and cc_port flags into nova/network/linux_net.py. TheySoren Hansen2010-12-012-2/+2
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Move cc_host and cc_port flags into nova/network/linux_net.py. They weren't u...Soren Hansen2010-12-012-2/+2
| | * | | | Add include_package_data=True to setup.py.Soren Hansen2010-12-011-0/+1
| | |\ \ \ \
| | | * | | | Add include_package_data=True to setup.py.Soren Hansen2010-11-291-0/+1
| | * | | | | With utils.default_flagfile() in its old location, the flagfile isn't being r...Michael Gundlach2010-12-016-6/+6
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | Removed a blank line.Michael Gundlach2010-12-011-1/+0
| | | * | | | Move default_flagfile() call to where it will be parsed in time to load the f...Michael Gundlach2010-12-016-6/+7
| | |/ / / /
| | * | | | Delete unused flag in nova.sh.Michael Gundlach2010-11-301-1/+0
| | |\ \ \ \
| | | * \ \ \ Merge from trunkMichael Gundlach2010-11-304-9/+8
| | | |\ \ \ \
| | | * \ \ \ \ Merge from trizzunkMichael Gundlach2010-11-301-10/+10
| | | |\ \ \ \ \
| | | * | | | | | remove FAKE_subdomain referenceMichael Gundlach2010-11-291-1/+0
| | * | | | | | | Moving the openldap schema out of nova.sh into it's own files, and adding sun...Ryan Lane2010-11-305-109/+132
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | | * | | | | | This modification should have occured in a different branch. Reverting.Ryan Lane2010-11-261-84/+26
| | | * | | | | | Setting "name" back to "cn", since id and name should be separateRyan Lane2010-11-241-1/+1
| | | * | | | | | Adding support for modification only of user accounts.Ryan Lane2010-11-241-26/+84
| | | * | | | | | Merge from trunkRyan Lane2010-11-24287-1674/+44802
| | | |\ \ \ \ \ \