summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Got the tree set for debian packaging.0.9.0Monty Taylor2010-07-2810-49/+54
|\
| * Removed extra include.Monty Taylor2010-07-271-1/+0
| * Added the gitignore files back in for the folks who are still on the git.Monty Taylor2010-07-274-0/+25
| * Added a few more missing files to MANIFEST.in and added some placeholderMonty Taylor2010-07-276-1/+18
| * Updated setup.py file to install stuff on a python setup.py install command.Monty Taylor2010-07-272-9/+20
| * Removed gitignore files.Monty Taylor2010-07-274-25/+0
| * Made run_tests.sh executable.Monty Taylor2010-07-271-0/+0
| * Put in a single MANIFEST.in file that takes care of things.Monty Taylor2010-07-271-0/+5
| * Changed Makefile to shell script. The Makefile approach completely brokeMonty Taylor2010-07-272-40/+13
|/
* Add sdist make target to build the MANIFEST.in file.Soren Hansen2010-07-281-0/+9
|\
| * Add a 'sdist' make target. It first generates a MANIFEST.in based on what's i...Soren Hansen2010-07-271-0/+9
* | Removes debian dir from main tree. We'll add it back in in a different branch.Soren Hansen2010-07-2824-776/+0
|\ \
| * | Remove debian/ from main branch.Soren Hansen2010-07-2724-776/+0
* | | Bump version to 0.9.0.Soren Hansen2010-07-271-6/+5
|\ \ \ | |/ /
| * | Bump version to 0.9.0.Soren Hansen2010-07-271-6/+5
* | | Makes the compute and volume daemon workers use a common base class called Se...Vishvananda Ishaya2010-07-2719-328/+321
|\ \ \
| * \ \ merged trunkVishvananda Ishaya2010-07-2743-1175/+1782
| |\ \ \ | | |/ /
| * | | renamed xxxservice to serviceVishvananda Ishaya2010-07-2610-29/+29
| * | | merged trunkVishvananda Ishaya2010-07-2633-101/+69
| |\ \ \
| * | | | renamed xxxnode to xxserviceVishvananda Ishaya2010-07-2312-88/+85
| * | | | Fix syslogging of exceptions by stripping newlines from the exception infoVishvananda Ishaya2010-07-221-3/+10
| * | | | syslog changesVishvananda Ishaya2010-07-221-7/+5
| * | | | typo fixes and extra print statements removedVishvananda Ishaya2010-07-224-8/+6
| * | | | make nova-network executableVishvananda Ishaya2010-07-211-0/+0
| * | | | refactor daemons to use common base class in preparation for network refactorVishvananda Ishaya2010-07-2118-266/+260
| * | | | merge with twisted-volumeVishvananda Ishaya2010-07-215-50/+109
| |\ \ \ \
* | \ \ \ \ Fixes Bug lp:610611: deleted project vlans are deleted from the datastore bef...Vishvananda Ishaya2010-07-271-1/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | properly delete old vlans assigned to deleted projectsVishvananda Ishaya2010-07-271-1/+2
| | |_|_|/ | |/| | |
* | | | | Make "make test" detect whether to use virtualenv or not, thus making virtual...Soren Hansen2010-07-271-1/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Automatically choose the correct type of test (virtualenv or system).Soren Hansen2010-07-271-1/+5
* | | | | Makes the objectstore require authorization, checks it properly, and makes no...Soren Hansen2010-07-275-24/+185
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge with trunk.Soren Hansen2010-07-2766-1183/+1643
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | fixes buildpackage failing with dh_install: missing filesVishvananda Ishaya2010-07-271-3/+2
|\ \ \ \ \
| * | | | | removed old reference from nova-common.install and fixed spacingVishvananda Ishaya2010-07-261-3/+2
|/ / / / /
* | | | | resolving conflict w/ merge, cleaning up virtenv setupsPaul Voccio2010-07-272-5/+1
|\ \ \ \ \
| * | | | | resolving conflict w/ merge, cleaning up virtenv setupsPaul Voccio2010-07-262-5/+1
|/ / / / /
* | | | | Fixes bug#610140. Thanks to Vish and Muharem for the patchjaypipes@gmail.com2010-07-271-1/+5
|\ \ \ \ \
| * | | | | Fixes bug#610140. Thanks to Vish and Muharem for the patchjaypipes@gmail.com2010-07-261-1/+5
* | | | | | A few minor fixes to the virtualenv installer that were breaking on ubuntu.Vishvananda Ishaya2010-07-274-4/+4
|\ \ \ \ \ \
| * | | | | | Fixes to the virtualenv installerVishvananda Ishaya2010-07-264-4/+4
| |/ / / / /
* | | | | | Refactor of auth codeVishvananda Ishaya2010-07-2733-1152/+1453
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix auth_driver flag to default to usable driverVishvananda Ishaya2010-07-261-1/+1
| * | | | | merged trunkVishvananda Ishaya2010-07-2638-147/+171
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | removed unused assignmentVishvananda Ishaya2010-07-251-1/+1
| * | | | | More Cleanup of codeVishvananda Ishaya2010-07-256-43/+29
| * | | | | added todo for ABCVishvananda Ishaya2010-07-211-0/+4
| * | | | | Merged trunk, fixed extra references to fake_usersVishvananda Ishaya2010-07-2113-89/+105
| |\ \ \ \ \
| * | | | | | refactoring of imports for fakeldapdriverVishvananda Ishaya2010-07-2110-47/+75
| * | | | | | Move self.ldap to global ldap to make changes easier if we ever implement set...Vishvananda Ishaya2010-07-201-9/+9
| * | | | | | Cleanup per suggestionsVishvananda Ishaya2010-07-202-31/+38