summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | additional review cleanupDan Wendlandt2011-09-019-27/+37
| * | | | | | | | | | | | | | | | | | | | | | typoDan Wendlandt2011-08-311-1/+1
| * | | | | | | | | | | | | | | | | | | | | | more review cleanupDan Wendlandt2011-08-312-13/+11
| * | | | | | | | | | | | | | | | | | | | | | another commit from bradDan Wendlandt2011-08-311-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | Add comment for an uncommon failure case that we need to fixBrad Hall2011-08-311-0/+6
| * | | | | | | | | | | | | | | | | | | | | | | add specific exceptions for quantum client. Fix doc-strings in client.pyDan Wendlandt2011-08-312-54/+46
| * | | | | | | | | | | | | | | | | | | | | | | merge brad's changes that address most review feedbackDan Wendlandt2011-08-3110-153/+157
| |\| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | Catch exception for instances that aren't thereBrad Hall2011-08-241-6/+10
| | * | | | | | | | | | | | | | | | | | | | | | pep8 fixesBrad Hall2011-08-242-3/+4
| | * | | | | | | | | | | | | | | | | | | | | | Couple of fixes to the review feedback changesBrad Hall2011-08-242-8/+8
| | * | | | | | | | | | | | | | | | | | | | | | Address code review feedback from Rick and MattBrad Hall2011-08-2310-147/+146
| |/ / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | remove brackets from mailmap entryDan Wendlandt2011-08-291-1/+1
| * | | | | | | | | | | | | | | | | | | | | | access db directly in networkmanagers's delete_network method, so stubbed tes...Dan Wendlandt2011-08-291-1/+1
| * | | | | | | | | | | | | | | | | | | | | | remove 'uuid' param for nova-manage network delete that I had add previouslyDan Wendlandt2011-08-291-4/+1
| * | | | | | | | | | | | | | | | | | | | | | add alias to mailmapDan Wendlandt2011-08-291-1/+2
| * | | | | | | | | | | | | | | | | | | | | | update file name for db migrate script after merge (again)danwent@gmail.com2011-08-291-0/+0
| * | | | | | | | | | | | | | | | | | | | | | update file name for db migrate script after mergedanwent@gmail.com2011-08-291-0/+0
| * | | | | | | | | | | | | | | | | | | | | | merge trunkdanwent@gmail.com2011-08-28113-561/+8822
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | restore fixed_ip_associate_pool in nova/db/sqlalchemy.py to its original form...danwent@gmail.com2011-08-282-1/+14
| * | | | | | | | | | | | | | | | | | | | | | | add doc-strings for all major modulesdanwent@gmail.com2011-08-284-65/+226
| * | | | | | | | | | | | | | | | | | | | | | | remove fake IPAM lib, since qmanager must now access nova DB directlydanwent@gmail.com2011-08-282-132/+0
| * | | | | | | | | | | | | | | | | | | | | | | always set network_id in virtual_interfaces table, otherwise API commands tha...danwent@gmail.com2011-08-283-9/+28
| * | | | | | | | | | | | | | | | | | | | | | | update melange ipam lib to use network uuid, not bridgedanwent@gmail.com2011-08-281-6/+8
| * | | | | | | | | | | | | | | | | | | | | | | fix issue with setting 'Active' caused by Quantum API changes. Other misc fixesdanwent@gmail.com2011-08-282-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | use 'uuid' field in networks table rather than 'bridge'. Specify project_id ...Dan Wendlandt2011-08-287-22/+57
| * | | | | | | | | | | | | | | | | | | | | | | merge changes from brad due to recent quantum API changesDan Wendlandt2011-08-263-5/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | Minor changes based on recent quantum changesBrad Hall2011-08-263-5/+7
| |/ / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | Add brad to Authors fileDan Wendlandt2011-08-251-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | replace accidental deletion in nova-mangeDan Wendlandt2011-08-251-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | rearrange importsDan Wendlandt2011-08-259-15/+17
| * | | | | | | | | | | | | | | | | | | | | | | fix for quantum api changes, change nova-mange to have quantum_list commandDan Wendlandt2011-08-253-9/+20
| * | | | | | | | | | | | | | | | | | | | | | | merge brad's fixesDan Wendlandt2011-08-250-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | Minor fixesBrad Hall2011-08-251-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | add priority for static networksDan Wendlandt2011-08-255-43/+69
| |/ / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | pulling all qmanager changes into a branch based on trunk, as they were previ...Dan Wendlandt2011-08-2215-28/+1660
* | | | | | | | | | | | | | | | | | | | | | | | Fixes a case where if a VIF is returned with a NULL network it might not be a...Brian Lamar2011-09-073-2/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Merged trunk.Brian Lamar2011-09-0716-54/+215
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Probably shouldn't leave that commented out.Brian Lamar2011-09-011-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | Added test for NULL network.Brian Lamar2011-09-012-3/+8
| * | | | | | | | | | | | | | | | | | | | | | | Fixed lp835242Brian Lamar2011-09-010-0/+0
| * | | | | | | | | | | | | | | | | | | | | | | Fixes for minor network manager issues centered around deleting/accessing ins...Brian Lamar2011-09-012-2/+4
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Set flat_injected to False by default.Josh Kearney2011-09-072-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Fixed unit test.Josh Kearney2011-09-061-1/+1
| * | | | | | | | | | | | | | | | | | | | | | Set flat_injected to False by default.Josh Kearney2011-09-061-1/+1
| | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | An AMI image without ramdisk image should start.Thuleau Édouard2011-09-074-7/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merged trunk.Thuleau Édouard2011-09-039-40/+160
| |\| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Change non E ascii characte.Thuleau Édouard2011-09-031-1/+1
| * | | | | | | | | | | | | | | | | | | | | Email error again. Tired.Thuleau Édouard2011-09-021-1/+1
| * | | | | | | | | | | | | | | | | | | | | Email error.Thuleau Édouard2011-09-021-1/+1
| * | | | | | | | | | | | | | | | | | | | | Email contact error.Thuleau Édouard2011-09-021-1/+1