summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | Add a NOTE()Kevin L. Mitchell2011-09-081-0/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | pull-up from trunkKevin L. Mitchell2011-09-0828-39/+1862
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | novaclient v1_0 has an ipgroups argument, but novaclient v1_1 doesn'tKevin L. Mitchell2011-09-061-3/+3
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Fixes the reroute_compute decorator in the scheduler API so that it properly:Chris Behrens2011-09-083-22/+139
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merged trunkChris Behrens2011-09-0822-28/+1833
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | added tests for failure cases talking with zonesChris Behrens2011-09-081-5/+97
| * | | | | | | | | | | | | | | | | | | | | | | | | comment fixChris Behrens2011-09-071-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | typo trying to raise InstanceNotFound when all zones returned nothingChris Behrens2011-09-071-4/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | create a new exception ZoneRequestError to use for returning errors when zone...Chris Behrens2011-09-072-1/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | catch exceptions from novaclient when talking to child zones. store them and...Chris Behrens2011-09-071-17/+31
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Fix lp:844155Chris Behrens2011-09-082-3/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merged trunkChris Behrens2011-09-0821-27/+1832
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | pep8 fix for tests/api/openstack/test_servers.py which is an issue in trunkChris Behrens2011-09-071-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | added test to cover case where no local hosts are available but child hosts areChris Behrens2011-09-071-0/+22
| * | | | | | | | | | | | | | | | | | | | | | | | | remove the short circuit in abstract scheduler when no local hosts are availableChris Behrens2011-09-071-3/+0
| | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Changing a behavior of update_dhcp() to write out dhcp options file.Keisuke Tagami2011-09-083-4/+409
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merged trunkTushar Patil2011-09-0828-39/+1862
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | modified unit tests, set use_single_default_gateway flag to True whereever ne...Tushar Patil2011-09-071-2/+4
| * | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | | | | | | added me to AuthorsKeisuke Tagami2011-09-061-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | 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-0818-22/+1775
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | 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
| | |_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Do not attempt to mount the swap VDI for file injection.Josh Kearney2011-09-082-4/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | 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
|/ / / / / / / / / / / / / / / / / / / / / / /
| | | | | | | | * / / / / / / / / / / / / / / First pass at adding reboot_type to reboot codepath.Josh Kearney2011-09-0813-21/+38
| |_|_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | This code contains contains a new NetworkManager class that can leverage Quan...Dan Wendlandt2011-09-0818-22/+1775
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | merge trunkDan Wendlandt2011-09-0774-1042/+3463
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | fix pep8 violationDan Wendlandt2011-09-021-0/+1
| * | | | | | | | | | | | | | | | | | | | | | feedback from jk0's review, including removing a lot of spaces from docstringsDan Wendlandt2011-09-029-142/+141
| * | | | | | | | | | | | | | | | | | | | | | 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