Commit Graph

8141 Commits

Author SHA1 Message Date
Nikolay Sokolov dead2335fa Updated mailmap due to wrong address in commit message. 2011-07-08 12:37:56 +04:00
Nikolay Sokolov 6b6fd2fe87 PEP8 passed. 2011-07-06 01:31:04 +04:00
Nikolay Sokolov c3229ec37f Formatting fix. 2011-07-06 01:09:00 +04:00
Nikolay Sokolov ca191deeca Proper Author section insertion (thx Eldar). 2011-07-06 00:43:39 +04:00
Nikolay Sokolov fde44cdf69 Signal handler cleanup, proper ^C handling. 2011-07-06 00:24:55 +04:00
Nikolay Sokolov 8061565d41 Merge diverged braches. 2011-07-04 23:51:43 +04:00
Nikolay Sokolov 1732c373aa Gracefull shutdown of nova-api. 2011-07-04 23:48:05 +04:00
Nickolay Sokolov dae701b125 Gracefull shutdown of nova-api. 2011-07-04 21:03:01 +04: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
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
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
Sandy Walsh 88a045916b Child Zone Weight adjustment available when adding Child Zones. 2011-06-30 18:23:06 +00:00
Sandy Walsh 6243f715c9 trunk merge 2011-06-30 11:11:03 -07:00
Sandy Walsh e06542ed50 blah 2011-06-30 11:02:57 -07:00
Alex Meade 73a4b0496e merge trunk 2011-06-30 13:55:15 -04:00
Johannes Erdfelt bf09a9e63f Windows instances will often take a few minutes setting up the image on first boot and then reboot. We should be more patient for those systems as well check if the domid changes so we can send agent requests to the current domid. 2011-06-30 15:45:56 +00:00
Yuriy Taraday 1a76e74740 Theese changes eliminate dependancy between hostname and ec2-id.
As I understand, there already were no such dependancy, but still we had confusing names in code.
Also I added more sophisticated generation of default hostname to give user possibility to set the custom one.
2011-06-30 15:37:58 +00:00
Alex Meade c12861f606 refactored instance type code 2011-06-30 09:28:21 -04:00
Dan Prince 0c2cbccfb5 Update the ec2 get_metadata handler so it works with the most recent version of the compute API get_all call which now returns a list if there is only a single record. 2011-06-30 13:25:41 +00:00
Brian Waldon edfacac605 - add metadata container to /images/detail and /images/<id> responses
- update xml serialization to encode image entities properly
2011-06-30 13:18:11 +00:00
Brian Waldon 26d8486a16 merging trunk 2011-06-30 08:46:33 -04:00
Yuriy Taraday 10df5ac36d PEP8 fix. 2011-06-30 15:43:18 +04:00
Dan Prince d1c5b8c9a5 Update the ec2 get_metadata handler so it works with the most recent
version of the compute API get_all call which now returns a list if
there is only a single record.
2011-06-29 22:50:39 -04:00
Dan Prince e73a43ae34 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-06-29 22:01:28 -04:00
Chris Behrens d77526e357 compute_api.get_all should be able to recurse zones (bug 744217).
Also, allow to build more than one instance at once with zone_aware_scheduler types.
Other cleanups with regards to zone aware scheduler...
2011-06-29 23:02:53 +00:00
Chris Behrens 7555aca28a fix issue of recurse_zones not being converted to bool properly
add bool_from_str util call
add test for bool_from_str
slight rework of min/max_count check
2011-06-29 15:22:56 -07:00
Trey Morris 46c321d044 fixed incorrect assumption that nullable defaults to false 2011-06-29 17:19:47 -05:00
Trey Morris c49b1a8124 removed port_id from virtual interfaces and set network_id to nullable 2011-06-29 17:17:33 -05:00
Trey Morris 7623b91391 changes a few instance refs 2011-06-29 17:06:58 -05:00
Trey Morris 51f64e0073 merged trunk 2011-06-29 16:44:42 -05:00
Johannes Erdfelt c1e799795e Rename one use of timeout to expiration to make the purpose clearer 2011-06-29 21:39:43 +00:00
Trey Morris fedd1a582f pulled in koelkers test changes 2011-06-29 16:39:05 -05:00
Jason Koelker 4f3ef1a568 merge with trey 2011-06-29 14:42:32 -05:00
Jason Kölker 8e09478b8d major reactor of the network tests for multi-nic 2011-06-29 14:36:15 -05:00
Chris Behrens 097e25f69a Merged trunk 2011-06-29 12:26:04 -07:00