| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | | * | | | | | | | | | | | | | | | | | | | exclude net tag from host_dhcp if use_single_default_gateway flag is set to f... | Tushar Patil | 2011-09-07 | 2 | -5/+18 |
| | | * | | | | | | | | | | | | | | | | | | | Added use_single_default_gateway to switch from multiple default gateways to ... | Tushar Patil | 2011-09-06 | 2 | -51/+38 |
| | | * | | | | | | | | | | | | | | | | | | | fix a mistaking of dataset and expected values on small test. | Keisuke Tagami | 2011-09-06 | 1 | -7/+7 |
| | | * | | | | | | | | | | | | | | | | | | | fix a mistaking of deletion in ensure_floating_forward | Keisuke Tagami | 2011-09-06 | 1 | -1/+1 |
| | | * | | | | | | | | | | | | | | | | | | | revert codes for db | Keisuke Tagami | 2011-09-06 | 2 | -0/+0 |
| | | * | | | | | | | | | | | | | | | | | | | correct a method to collect instances from db | Keisuke Tagami | 2011-09-06 | 4 | -47/+54 |
| | | * | | | | | | | | | | | | | | | | | | | format for pep8 | Keisuke Tagami | 2011-09-05 | 1 | -1/+0 |
| | | * | | | | | | | | | | | | | | | | | | | format for pep8 | Keisuke Tagami | 2011-09-05 | 4 | -51/+141 |
| | | * | | | | | | | | | | | | | | | | | | | implement unit test for linux_net | Keisuke Tagami | 2011-09-05 | 3 | -7/+247 |
| | | * | | | | | | | | | | | | | | | | | | | Fix bug #835919 that output a option file for dnsmasq not to offer a default ... | Keisuke Tagami | 2011-09-05 | 2 | -2/+68 |
| | | | |_|/ / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | Make weigh_hosts() return a host per instance, instead of just a list of hosts. | Kevin L. Mitchell | 2011-09-08 | 2 | -2/+47 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | pull-up from trunk | Kevin L. Mitchell | 2011-09-08 | 15 | -13/+1741 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |/ / / / / / / / / / / / / / / / /
| | | |/| | | | | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | | | | pull-up from trunk | Kevin L. Mitchell | 2011-09-07 | 4 | -4/+11 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|/ / / / / / / / / / / / / / / /
| | | |/| | | | | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | | | | fix a couple of typos in the added unit test | Kevin L. Mitchell | 2011-09-07 | 1 | -1/+2 |
| | | * | | | | | | | | | | | | | | | | | | | weigh_hosts() needs to return a list of hosts for the instances, not just a l... | Kevin L. Mitchell | 2011-09-07 | 2 | -2/+46 |
| | | | |_|_|/ / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | Use .get instead. | Josh Kearney | 2011-09-08 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | | | Do not attempt to mount the swap VDI for file injection. | Josh Kearney | 2011-09-08 | 2 | -4/+11 |
| | | |_|/ / / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | adding auth tokens to child zone calls | Sandy Walsh | 2011-09-09 | 1 | -11/+14 |
| * | | | | | | | | | | | | | | | | | | | child zone queries working with keystone now | Sandy Walsh | 2011-09-08 | 27 | -33/+1834 |
| |\| | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | This code contains contains a new NetworkManager class that can leverage Quan... | Dan Wendlandt | 2011-09-08 | 15 | -13/+1741 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|/ / / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | | merge trunk | Dan Wendlandt | 2011-09-07 | 68 | -1029/+3449 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | | | | | fix pep8 violation | Dan Wendlandt | 2011-09-02 | 1 | -0/+1 |
| | | * | | | | | | | | | | | | | | | | | | feedback from jk0's review, including removing a lot of spaces from docstrings | Dan Wendlandt | 2011-09-02 | 8 | -140/+140 |
| | | * | | | | | | | | | | | | | | | | | | change db migrate script again to match other similar scripts | Dan Wendlandt | 2011-09-02 | 1 | -3/+3 |
| | | * | | | | | | | | | | | | | | | | | | move networks declarations within upgrade/downgrade methods | Dan Wendlandt | 2011-09-02 | 1 | -1/+3 |
| | | * | | | | | | | | | | | | | | | | | | more review cleanup | Dan Wendlandt | 2011-09-02 | 3 | -13/+12 |
| | | * | | | | | | | | | | | | | | | | | | remove import of 'fake' from nova manager, now that we've moved that to test_... | Dan Wendlandt | 2011-09-02 | 1 | -1/+0 |
| | | * | | | | | | | | | | | | | | | | | | move content of quantum/fake.py to test_quantum.py in unit testing class (mos... | Dan Wendlandt | 2011-09-01 | 3 | -99/+78 |
| | | * | | | | | | | | | | | | | | | | | | melange testing cleanup, localization cleanup | Dan Wendlandt | 2011-09-01 | 5 | -25/+29 |
| | | * | | | | | | | | | | | | | | | | | | remove references to MelangeIPAMTest, as they cannot be used yet | Dan Wendlandt | 2011-09-01 | 1 | -10/+0 |
| | | * | | | | | | | | | | | | | | | | | | undo change in setting q_tenant_id in quantum_manager.create_network | Dan Wendlandt | 2011-09-01 | 1 | -1/+1 |
| | | * | | | | | | | | | | | | | | | | | | additional review cleanup | Dan Wendlandt | 2011-09-01 | 8 | -26/+36 |
| | | * | | | | | | | | | | | | | | | | | | typo | Dan Wendlandt | 2011-08-31 | 1 | -1/+1 |
| | | * | | | | | | | | | | | | | | | | | | more review cleanup | Dan Wendlandt | 2011-08-31 | 2 | -13/+11 |
| | | * | | | | | | | | | | | | | | | | | | another commit from brad | Dan Wendlandt | 2011-08-31 | 1 | -0/+6 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | | | | | | | | | | Add comment for an uncommon failure case that we need to fix | Brad Hall | 2011-08-31 | 1 | -0/+6 |
| | | * | | | | | | | | | | | | | | | | | | | add specific exceptions for quantum client. Fix doc-strings in client.py | Dan Wendlandt | 2011-08-31 | 2 | -54/+46 |
| | | |/ / / / / / / / / / / / / / / / / / |
|
| | | * | | | | | | | | | | | | | | | | | | Catch exception for instances that aren't there | Brad Hall | 2011-08-24 | 1 | -6/+10 |
| | | * | | | | | | | | | | | | | | | | | | pep8 fixes | Brad Hall | 2011-08-24 | 2 | -3/+4 |
| | | * | | | | | | | | | | | | | | | | | | Couple of fixes to the review feedback changes | Brad Hall | 2011-08-24 | 2 | -8/+8 |
| | | * | | | | | | | | | | | | | | | | | | Address code review feedback from Rick and Matt | Brad Hall | 2011-08-23 | 9 | -141/+141 |
| | | * | | | | | | | | | | | | | | | | | | access db directly in networkmanagers's delete_network method, so stubbed tes... | Dan Wendlandt | 2011-08-29 | 1 | -1/+1 |
| | | * | | | | | | | | | | | | | | | | | | update file name for db migrate script after merge (again) | danwent@gmail.com | 2011-08-29 | 1 | -0/+0 |
| | | * | | | | | | | | | | | | | | | | | | update file name for db migrate script after merge | danwent@gmail.com | 2011-08-29 | 1 | -0/+0 |
| | | * | | | | | | | | | | | | | | | | | | merge trunk | danwent@gmail.com | 2011-08-28 | 84 | -317/+7835 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | | | | | | restore fixed_ip_associate_pool in nova/db/sqlalchemy.py to its original form... | danwent@gmail.com | 2011-08-28 | 2 | -1/+14 |
| | | * | | | | | | | | | | | | | | | | | | | add doc-strings for all major modules | danwent@gmail.com | 2011-08-28 | 4 | -65/+226 |
| | | * | | | | | | | | | | | | | | | | | | | remove fake IPAM lib, since qmanager must now access nova DB directly | danwent@gmail.com | 2011-08-28 | 2 | -132/+0 |
| | | * | | | | | | | | | | | | | | | | | | | always set network_id in virtual_interfaces table, otherwise API commands tha... | danwent@gmail.com | 2011-08-28 | 3 | -9/+28 |
| | | * | | | | | | | | | | | | | | | | | | | update melange ipam lib to use network uuid, not bridge | danwent@gmail.com | 2011-08-28 | 1 | -6/+8 |