summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug #617776: DescribeImagesResponse contains type element, when it should be ...Ewan Mellor2010-08-142-3/+19
* Implement the same fix as lp:~vishvananda/nova/fix-curl-project, but for virt...Ewan Mellor2010-08-121-6/+8
|\
| * Implement the same fix as lp:~vishvananda/nova/fix-curl-project, but forEwan Mellor2010-08-091-6/+8
* | Fix exception in get_info.Ewan Mellor2010-08-121-1/+1
|\ \
| * \ Merged with trunk.Ewan Mellor2010-08-1148-1214/+1991
| |\ \ | | |/ | |/|
| * | Fix exception in get_info.Ewan Mellor2010-08-031-1/+1
* | | Added a xapi plugin that can pull images from nova-objectstore, and use thatEwan Mellor2010-08-113-0/+0
|\ \ \ | |_|/ |/| |
| * | Move the xenapi top level directory under plugins, as suggested by Jay Pipes.Ewan Mellor2010-08-093-0/+0
* | | Improved roles functionality (listing & improved test coverage)Vishvananda Ishaya2010-08-113-8/+64
|\ \ \
| * | | fix spacing issue in ldapdriverVishvananda Ishaya2010-08-101-2/+3
| * | | change get_roles to have a flag for project_roles or not. Don't show 'project...Vishvananda Ishaya2010-08-102-10/+7
| * | | Throw exceptions for illegal roles on role addVishvananda Ishaya2010-08-101-0/+4
| * | | Adds get_roles commands to manager and driver classesVishvananda Ishaya2010-08-103-8/+62
* | | | updated virtualenv to add eventlet, which is now a requirementMichael Gundlach2010-08-111-0/+1
|\ \ \ \
| * | | | Oops, we need eventlet as well.Michael Gundlach2010-08-101-0/+1
* | | | | Changes the run_tests.sh and /tools/install_venv.py scripts to bejaypipes@gmail.com2010-08-112-18/+49
|\ \ \ \ \
| * | | | | Quick fix on location of printouts when trying to install virtualenv.jaypipes@gmail.com2010-08-101-1/+4
| * | | | | Changes the run_tests.sh and /tools/install_venv.py scripts to be more user-f...jaypipes@gmail.com2010-08-102-19/+47
* | | | | | Fixes bug lp:615857 by changing the name of the zip export method in nova-manageVishvananda Ishaya2010-08-111-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | rename create_zip to zipfile so lazy match worksVishvananda Ishaya2010-08-101-1/+1
* | | | | | Implement VIF creation in the xenapi module.Ewan Mellor2010-08-106-18/+606
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Pull trunk merge through lp:~ewanmellor/nova/add-contains.Ewan Mellor2010-08-0931-652/+981
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Pull trunk merge through lp:~ewanmellor/nova/xapi-plugin.Ewan Mellor2010-08-0931-652/+981
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Merged with trunk again.Ewan Mellor2010-08-0931-652/+981
| | | |\ \ \
| * | | | | | Implement VIF creation.Ewan Mellor2010-08-031-7/+50
| |/ / / / /
| * / / / / Define __contains__ on BasicModel, so that we can use "x in datamodel".Ewan Mellor2010-08-031-0/+3
| |/ / / /
| * | | | Merge with trunk.Ewan Mellor2010-08-035-13/+13
| |\ \ \ \
| * | | | | Added a xapi plugin that can pull images from nova-objectstore, and use thatEwan Mellor2010-08-034-7/+547
| * | | | | Turn the private _image_url(path) into a public image_url(image). This willEwan Mellor2010-08-021-5/+7
| * | | | | Merged with trunk.Ewan Mellor2010-07-2911-38/+295
| |\ \ \ \ \
* | \ \ \ \ \ 2 changes in doing PEP8 & Pylint cleaning:Joe Heck2010-08-104-72/+80
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ importing merges from hudson branchJoe Heck2010-08-0913-382/+408
| |\ \ \ \ \ \ \
| * | | | | | | | fixing - removing unused imports per Eric & Jay reviewJoe Heck2010-08-091-4/+0
| * | | | | | | | light cleanup - convention stuff mostlyJoe Heck2010-08-081-5/+10
| * | | | | | | | convention and variable naming cleanup for pylint/pep8Joe Heck2010-08-081-14/+20
| * | | | | | | | removing what appears to be an unused try/except statement - nova.auth.manage...Joe Heck2010-08-081-16/+12
| * | | | | | | | variable name cleanupJoe Heck2010-08-081-6/+6
| * | | | | | | | attempting some cleanup workJoe Heck2010-08-081-37/+40
| * | | | | | | | adding pep8 and pylint for regular cleanup tasksJoe Heck2010-08-081-0/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | More changes to volume to fix concurrency issues. Also testing updates.Vishvananda Ishaya2010-08-103-78/+125
|\ \ \ \ \ \ \ \
| * | | | | | | | a few more commands were putting output on stderr. In general, exceptions on...Vishvananda Ishaya2010-08-061-4/+5
| * | | | | | | | merged trunkVishvananda Ishaya2010-08-056-21/+38
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Changed volumes to use a pool instead of globbing filesystem for concurrency ...Vishvananda Ishaya2010-08-052-65/+114
| * | | | | | | | | vblade commands randomly toss stuff into stderr, ignore itVishvananda Ishaya2010-08-031-8/+4
| * | | | | | | | | delete instance doesn't fail if instances dir doesn't existVishvananda Ishaya2010-08-034-41/+45
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge.Michael Gundlach2010-08-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Run correctly even if called while in tools/ directory, as 'python install_ve...Michael Gundlach2010-08-091-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Add some useful features to our flagsandy2010-08-106-7/+270
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | updated doc string and wrapperandy2010-08-031-11/+19
| * | | | | | | | | add copyright headersandy2010-08-032-0/+36