Commit Graph

8210 Commits

Author SHA1 Message Date
Devendra Modium d326033f5e Missing Author updated 2011-07-11 10:48:32 -04:00
Devendra Modium 49697c5fa1 Merging issues 2011-07-07 16:47:23 -04:00
Devendra Modium ebd3b88d8b Merging issuse 2011-07-07 16:30:58 -04:00
Devendra Modium 784c0a7696 Comments for bugfix800759 and pep8 2011-07-07 15:55:34 -04:00
Salvatore Orlando bc8f009f8a implemented clean-up logic when VM fails to spawn for xenapi back-end 2011-07-07 18:36:02 +00:00
Ed Leafe 877b1bebe4 Adds the os-hosts API extension for interacting with hosts while performing maintenance. This differs from the previous merge prop as it uses a RESTful design instead of GET-based actions.
This supersedes the previous merge prop (https://code.launchpad.net/~ed-leafe/nova/maintmode/+merge/66303). The code has been both simplified and cleaned up a great deal, so there is no real need for the previous interim code.
2011-07-07 18:30:47 +00:00
Chuck Short 8af474f32f Fixes Bug #805083: "libvirtError: internal error cannot determine default video type" when using UML 2011-07-07 18:22:20 +00:00
Devendra Modium 7048530fb6 Comments Incorporated for Bug800759 2011-07-07 11:25:45 -04:00
Alex Meade cd903f6c81 Updated the links container for flavors to be compliant with the current spec.
bug #803505
2011-07-07 14:46:08 +00:00
Alex Meade 19e4cef251 pep8 2011-07-07 10:02:06 -04:00
Alex Meade bf851c7f40 Renamed function 2011-07-07 09:42:13 -04:00
Alex Meade a92158cee2 moved remove_version to common.py 2011-07-07 09:26:25 -04:00
Jimmy Bergman 2adb64821c Add a socket server responding with an allowing flash socket policy for all requests from flash on port 843 to nova-vncproxy 2011-07-07 07:26:01 +00:00
Jimmy Bergman efb5363356 pep8 compliance 2011-07-07 08:10:45 +02:00
Ed Leafe 9d29dc60d9 pep8 fixes 2011-07-06 17:14:46 +00:00
Ed Leafe a4d2fa0a88 after trunk merge 2011-07-06 17:02:00 +00:00
Ed Leafe 6435ba27ed Changed the exception type for invalid requests to webob.exc.HTTPBadRequest. 2011-07-06 16:53:08 +00:00
Thierry Carrez 6b5f32f78d Silence warning in case tests.sqlite doesn't exist 2011-07-06 00:21:11 +00:00
Ed Leafe b02b1d7824 Updated the plugin to return the actual enabled status instead of just 'true' or 'false'
.
2011-07-05 14:36:52 +00:00
Chuck Short f9b6c84842 UML doesnt do vnc as well 2011-07-05 08:32:04 -04:00
Salvatore Orlando cb4e9afc46 Removing import of nova.test added to nova/__init.py__ as problem turned out to be somewhere else (not in nova source code tree) 2011-07-04 17:22:08 +01:00
Salvatore Orlando 33ee3015e2 Fixing weird error while running tests.
Fix required patching nova/tests/___init__.py explictly importing nova.test
2011-07-04 17:02:50 +01:00
Ed Leafe 7307f17ede Added missing extension file and tests. Also modified the get_host_list() docstring to be more accurate about the return value. 2011-07-04 15:41:37 +00:00
Thierry Carrez 7c270b077a Silence warning in case tests.sqlite doesn't exist 2011-07-04 17:31:24 +02:00
Ed Leafe 723e5076a4 removed unneeded old commented code 2011-07-01 20:39:56 +00:00
Ed Leafe 2dc2a5f66d removed more stray debug output 2011-07-01 20:33:00 +00:00
Ed Leafe 49c8202f43 removed debugging output 2011-07-01 19:53:06 +00:00
Ed Leafe 9740c0d777 after trunk merge 2011-07-01 19:44:30 +00:00
Ed Leafe 42dabbc86e Updated unit tests 2011-07-01 19:44:10 +00:00
Salvatore Orlando f09ca2b453 Merge trunk
Fixing docstrings
2011-07-01 19:06:18 +01:00
John Tran 6843421be9 Added the GroupId param to any pertinent security_group methods that support it in the official AWS API. 2011-07-01 15:47:33 +00:00
Brian Waldon 666b3c3286 Removes 'import IPy' introduced in recent commit 2011-07-01 15:41:25 +00:00
Brian Waldon 79cefb47c0 removing IPy import 2011-07-01 11:20:04 -04:00
Alex Meade b69eaefccc Fixed the case where an exception was thrown when trying to get a list of flavors via the api yet there were no flavors to list.
hand tested :)
2011-07-01 15:07:08 +00:00
Ed Leafe fb6aba61ef completed api changes. still need plugin changes 2011-07-01 14:26:05 +00:00
Dan Prince 7d544631f0 Update the fixed_ip_disassociate_all_by_timeout in nova.db.api so that it supports Postgres.
Fixes casting errors on postgres with this function.
2011-07-01 13:56:01 +00:00
Ed Leafe 7ca2079749 after trunk merge 2011-07-01 13:44:12 +00:00
Thierry Carrez b602ecb521 Fixes MANIFEST.in so that migrate_repo/versions/*.sql files are now included in tarball 2011-07-01 13:10:59 +00:00
Thierry Carrez 6b4b715c63 Include migrate_repo/versions/*.sql in tarball 2011-07-01 14:04:56 +02:00
Chris Behrens 6aac05b23f Ensure auto-delete is false on Topic Queues. 2011-07-01 09:25:03 +00:00
John Tran 2d1d6b3e5c refactored the security_group tests a bit and broke up a few of them into smaller tests 2011-06-30 17:52:33 -07:00
Chris Behrens 90dcf88e48 Reverses the self.auto_delete = True that was added to TopicPublisher
in the bugfix for lp804063.  That bugfix should have only added auto_delete = True to FanoutPublisher to match the previous change to FanoutConsumer.

TopicConsumer isn't exclusive or auto_delete, so TopicPublisher has to still match.
2011-06-30 17:52:04 -07:00
Ed Leafe 93ef6f6cf8 Added 'self.auto_delete = True' to the two Publisher subclasses that lacked that setting. 2011-06-30 21:15:56 +00:00
Ed Leafe 9a29506efd Added the '--fixes' tag to link to bug. 2011-06-30 20:51:59 +00:00
Ed Leafe ae21a37373 Added self.auto_delete = True to the Publisher subclasses that did not have that set. 2011-06-30 20:50:31 +00:00
Jason Kölker f00e338a00 added multi-nic support 2011-06-30 20:47:11 +00:00
Trey Morris 1e4e2613f1 osapi test_servers fixed_ip -> fixed_ips 2011-06-30 15:03:42 -05:00
Trey Morris bad24563ba updated osapi 1.0 addresses view to work with multiple fixed ips 2011-06-30 14:42:51 -05:00
Trey Morris fa8f7421f4 trunk merge with migration renumbering 2011-06-30 14:20:59 -05:00
Vishvananda Ishaya c7ee39c3d0 Allows subdirectory tests to run even if sqlite database doesn't exist. 2011-06-30 18:40:43 +00:00