summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | exclude net tag from host_dhcp if use_single_default_gateway flag is set to f...Tushar Patil2011-09-072-5/+18
| | * | | | | | | | | | | | | | | | | | | Added use_single_default_gateway to switch from multiple default gateways to ...Tushar Patil2011-09-062-51/+38
| | * | | | | | | | | | | | | | | | | | | fix a mistaking of dataset and expected values on small test.Keisuke Tagami2011-09-061-7/+7
| | * | | | | | | | | | | | | | | | | | | fix a mistaking of deletion in ensure_floating_forwardKeisuke Tagami2011-09-061-1/+1
| | * | | | | | | | | | | | | | | | | | | revert codes for dbKeisuke Tagami2011-09-062-0/+0
| | * | | | | | | | | | | | | | | | | | | correct a method to collect instances from dbKeisuke Tagami2011-09-064-47/+54
| | * | | | | | | | | | | | | | | | | | | format for pep8Keisuke Tagami2011-09-051-1/+0
| | * | | | | | | | | | | | | | | | | | | format for pep8Keisuke Tagami2011-09-054-51/+141
| | * | | | | | | | | | | | | | | | | | | implement unit test for linux_netKeisuke Tagami2011-09-053-7/+247
| | * | | | | | | | | | | | | | | | | | | Fix bug #835919 that output a option file for dnsmasq not to offer a default ...Keisuke Tagami2011-09-052-2/+68
| | | |_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Make weigh_hosts() return a host per instance, instead of just a list of hosts.Kevin L. Mitchell2011-09-082-2/+47
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ pull-up from trunkKevin L. Mitchell2011-09-0815-13/+1741
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | pull-up from trunkKevin L. Mitchell2011-09-074-4/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | fix a couple of typos in the added unit testKevin L. Mitchell2011-09-071-1/+2
| | * | | | | | | | | | | | | | | | | | | weigh_hosts() needs to return a list of hosts for the instances, not just a l...Kevin L. Mitchell2011-09-072-2/+46
| | | |_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Use .get instead.Josh Kearney2011-09-081-1/+1
| * | | | | | | | | | | | | | | | | | | Do not attempt to mount the swap VDI for file injection.Josh Kearney2011-09-082-4/+11
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | adding auth tokens to child zone callsSandy Walsh2011-09-091-11/+14
* | | | | | | | | | | | | | | | | | | child zone queries working with keystone nowSandy Walsh2011-09-0827-33/+1834
|\| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | This code contains contains a new NetworkManager class that can leverage Quan...Dan Wendlandt2011-09-0815-13/+1741
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | merge trunkDan Wendlandt2011-09-0768-1029/+3449
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | fix pep8 violationDan Wendlandt2011-09-021-0/+1
| | * | | | | | | | | | | | | | | | | | feedback from jk0's review, including removing a lot of spaces from docstringsDan Wendlandt2011-09-028-140/+140
| | * | | | | | | | | | | | | | | | | | change db migrate script again to match other similar scriptsDan Wendlandt2011-09-021-3/+3
| | * | | | | | | | | | | | | | | | | | move networks declarations within upgrade/downgrade methodsDan Wendlandt2011-09-021-1/+3
| | * | | | | | | | | | | | | | | | | | more review cleanupDan Wendlandt2011-09-023-13/+12
| | * | | | | | | | | | | | | | | | | | remove import of 'fake' from nova manager, now that we've moved that to test_...Dan Wendlandt2011-09-021-1/+0
| | * | | | | | | | | | | | | | | | | | move content of quantum/fake.py to test_quantum.py in unit testing class (mos...Dan Wendlandt2011-09-013-99/+78
| | * | | | | | | | | | | | | | | | | | melange testing cleanup, localization cleanupDan Wendlandt2011-09-015-25/+29
| | * | | | | | | | | | | | | | | | | | remove references to MelangeIPAMTest, as they cannot be used yetDan Wendlandt2011-09-011-10/+0
| | * | | | | | | | | | | | | | | | | | undo change in setting q_tenant_id in quantum_manager.create_networkDan Wendlandt2011-09-011-1/+1
| | * | | | | | | | | | | | | | | | | | additional review cleanupDan Wendlandt2011-09-018-26/+36
| | * | | | | | | | | | | | | | | | | | 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
| | |/ / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | 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-239-141/+141
| | * | | | | | | | | | | | | | | | | | access db directly in networkmanagers's delete_network method, so stubbed tes...Dan Wendlandt2011-08-291-1/+1
| | * | | | | | | | | | | | | | | | | | 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-2884-317/+7835
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | 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