summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* Move use_ipv6 into flags. Its used in multiple places (network manager and th...Dan Prince2011-08-232-2/+2
* This branch does the final tear out of AuthManager from the main code. The No...Vishvananda Ishaya2011-08-2310-154/+94
|\
| * unindented per review, added a note about auth v2Vishvananda Ishaya2011-08-221-15/+17
| * fix commentVishvananda Ishaya2011-08-221-1/+1
| * change NoAuth to actually use a tenant and userVishvananda Ishaya2011-08-223-31/+61
| * merged trunkVishvananda Ishaya2011-08-2281-1492/+3106
| |\
| * | pep8Vishvananda Ishaya2011-08-171-0/+1
| * | remove extra reference in pipelibVishvananda Ishaya2011-08-171-2/+0
| * | clean up fake auth from server actions testVishvananda Ishaya2011-08-171-8/+0
| * | fix integration testsVishvananda Ishaya2011-08-174-130/+31
| * | make admin context the default, clean up pipelibVishvananda Ishaya2011-08-174-5/+27
| * | merged trunkVishvananda Ishaya2011-08-1755-995/+2492
| |\ \
* | | | Moved migration and fixed tests from upstreamChristopher MacGown2011-08-227-20/+61
* | | | Merged trunkChristopher MacGown2011-08-2211-40/+276
|\ \ \ \
| * | | | Added the fixes suggested by Eric Windisch from cloudscaling...Christopher MacGown2011-08-223-4/+5
| * | | | Add copyright noticesChristopher MacGown2011-08-1910-3/+10
| * | | | Define FLAGS.default_local_format. By default it's None, to match current exp...Christopher MacGown2011-08-191-0/+4
| * | | | Fix config_drive migration, per Matt Dietz.Christopher MacGown2011-08-191-8/+3
| * | | | Fix ugly little violations before someone says anythingChristopher MacGown2011-08-121-2/+0
| * | | | Merge config_drive with trunkChristopher MacGown2011-08-1212-37/+308
| |\ \ \ \
| | * | | | Accidentally added inject_files to mergeChristopher MacGown2011-08-111-3/+1
| | * | | | Updates to libvirt, write metadata, net, and key to the config driveChristopher MacGown2011-08-114-33/+68
| | * | | | Config-Drive happiness, minus smoketestChristopher MacGown2011-07-2210-21/+263
* | | | | | Our goal is to add optional parameter to the Create server OS 1.0 and 1.1 API...Tushar Patil2011-08-2316-52/+1050
|\ \ \ \ \ \
| * \ \ \ \ \ Merged from trunk,resolved conflicts and fixed broken unit tests due to chang...Tushar Patil2011-08-2248-719/+1914
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merged from trunk and fixed review commentsTushar Patil2011-08-1911-48/+150
| |\ \ \ \ \ \ \
| * | | | | | | | Fixed review commentsTushar Patil2011-08-196-172/+108
| * | | | | | | | Merged from trunkTushar Patil2011-08-1950-853/+1288
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fixed broken unit testcasesTushar Patil2011-08-171-1/+1
| * | | | | | | | | Resolved conflicts and merged with trunkTushar Patil2011-08-1625-367/+953
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added uuid for networks and made changes to the Create server API format to a...Tushar Patil2011-08-1610-191/+211
| * | | | | | | | | | Merged trunkTushar Patil2011-08-1537-678/+1496
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merged with trunk and fixed broken unit testcasesTushar Patil2011-08-1252-315/+1961
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merged with trunkTushar Patil2011-08-0958-498/+3411
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Resolve conflicts and fixed broken unit testcasesTushar Patil2011-08-0894-2681/+4079
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Refactored code to reduce lines of code and changed method signatureTushar Patil2011-08-054-48/+41
| * | | | | | | | | | | | | Fixed review comments: Put parsing logic of network information in create_ins...Tushar Patil2011-07-297-628/+265
| * | | | | | | | | | | | | Merged with trunkTushar Patil2011-07-2990-1849/+2444
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Reverting to original codeTushar Patil2011-07-271-1/+1
| * | | | | | | | | | | | | | added unit testcase to increase code coverageTushar Patil2011-07-271-0/+10
| * | | | | | | | | | | | | | Merged with trunk and fixed broken unit test casesTushar Patil2011-07-2780-1991/+4682
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | pep8Tushar Patil2011-07-211-4/+3
| * | | | | | | | | | | | | | | Merged with trunk which includes ha-net changesTushar Patil2011-07-2126-271/+620
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Modified alias ^Cd minor fixesTushar Patil2011-07-193-5/+4
| * | | | | | | | | | | | | | | | Merged with trunkTushar Patil2011-07-1919-96/+1543
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Reverted to original code, after network binding to project code is in integr...Tushar Patil2011-07-191-2/+1
| * | | | | | | | | | | | | | | | | Fixed broken unit testcases after adding extension and minor code refactoringTushar Patil2011-07-195-377/+647
| * | | | | | | | | | | | | | | | | Added a new extension instead of directly making changes to OS V1.1. APITushar Patil2011-07-194-67/+262
| * | | | | | | | | | | | | | | | | Merged with trunkTushar Patil2011-07-1816-95/+611
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | mistakenly commited this code into my branch, reverting it to original from t...Tushar Patil2011-07-141-1/+1