2c75ad02c5a025e2262cd3cd6c9ab42cd34b585c
Commit Graph

3361 Commits

This Branch
This Branch
All Branches
Author SHA1 Message Date
Vishvananda Ishaya
21c4f64d9d merged trunk 2011年01月13日 15:15:25 -08:00
Vishvananda Ishaya
914b0554a0 Modified per sorens review.
Moved disk.py
Removed disk.partition
Changed docstrings
Use pid to find nbd devices
2011年01月13日 15:13:31 -08:00
Rick Harris
0d6882fb2a Fix for Pep-8 2011年01月13日 17:08:23 -06:00
Nachi Ueno
b3778edddb Merged with r561 2011年01月14日 06:50:44 +09:00
Nachi Ueno
bc0c5ba502 Moved commands which needs sudo to nova.sh 2011年01月14日 06:25:41 +09:00
Nachi Ueno
2d642f64dc Added netaddr for pip-requires 2011年01月14日 06:18:16 +09:00
Rick Harris
98cb251846 Marking snapshots as private for now 2011年01月13日 14:01:21 -06:00
Rick Harris
e10c6b9046 Merging Trunk 2011年01月13日 13:48:36 -06:00
Rick Harris
2c7ffd2dab Fixing Image ID workaround and typo 2011年01月13日 13:48:01 -06:00
Kei Masumoto
6bfcd0e63f Fixed based on the comments from code review. Merged to trunk rev 561 2011年01月14日 04:39:35 +09:00
Soren Hansen
24e6372891 Add a new method to firewall drivers to tell them to stop filtering a particular instance. Call it when an instance has been destroyed.
Use dict()s (keyed off id's) instead of set()s for keeping track of instances and security groups in the iptables firewall driver. __eq__ for objects from sqlalchemy fetched in different sessions doesn't work as expected, so I needed to explicitly filter on ID.
2011年01月13日 19:09:50 +00:00
masumotok
d737335844 merged to trunk rev 561 2011年01月14日 03:58:02 +09:00
masumotok
b887c9bb04 merge trunk rev560 2011年01月14日 03:37:41 +09:00
Andy Smith
efd116da3d Fixes related to how EC2 ids are displayed and dealt with.
Additionally adds two flags that define a template string that is used for the internal naming of things (like the volume name of a logical volume on disk), default being similar to the EC2 format, so that the ids are easy to match while testing when you may need to manually delete or check something.
2011年01月13日 18:24:06 +00:00
masumotok
41a9ad538c Get reviewed and fixed based on comments.
Merged latest version.
2011年01月14日 03:02:17 +09:00
Soren Hansen
27480db8f9 Spelling is hard. Typing even moreso. 2011年01月13日 18:08:53 +01:00
Soren Hansen
373a0eb1de Revert changes to version.py 2011年01月13日 17:57:06 +01:00
Ed Leafe
01a1ad3d2c Minor code cleanups 2011年01月13日 10:53:13 -06:00
Ed Leafe
22b21cde84 Minor code cleanups 2011年01月13日 10:52:28 -06:00
Ed Leafe
7af8f5ac5f Minor code cleanups 2011年01月13日 10:51:31 -06:00
Ed Leafe
441a6d3631 Added unit tests for the Diffie-Hellman class. Merged recent trunk changes 2011年01月13日 10:38:40 -06:00
Soren Hansen
953f506949 Bring NWFilter driver up to speed on unfilter_instance. 2011年01月13日 16:59:14 +01:00
Ed Leafe
0002d9ea96 Replaced home-grown Diffie-Hellman implementation with the M2Crypto version supplied by Soren 2011年01月13日 09:58:42 -06:00
Soren Hansen
868b8e1ea0 Instead of a set() to keep track of instances and security groups, use a dict(). __eq__ for stuff coming out of sqlalchemy does not do what I expected (probably due to our use of sessions). 2011年01月13日 16:54:20 +01:00
Vishvananda Ishaya
a60a9fcab5 Fixes broken call to __generate_rc in auth manager. 2011年01月13日 14:59:10 +00:00
Anthony Young
c474cafe69 Fixes bug #701055 . Moves code for instance termination inline so that the manager doesn't prematurely mark an instance as deleted. Prematurely doing so causes find calls to fail, prevents instance data from being deleted, and also causes some other issues. 2011年01月13日 14:14:19 +00:00
Soren Hansen
8089898b79 Merge trunk. 2011年01月13日 15:11:40 +01:00
Soren Hansen
b5f60e099b Merge trunk 2011年01月13日 15:09:03 +01:00
MORITA Kazutaka
40e13153d3 Merge trunk 2011年01月13日 21:02:14 +09:00
MORITA Kazutaka
1c694e9093 Revert r510 and r512 because Josh had already done the same work 2011年01月13日 20:59:02 +09:00
Vishvananda Ishaya
0e307db62b merged trunk 2011年01月13日 01:57:53 -08:00
Hisaharu Ishii
515b4fb9ec Fixed Authors 2011年01月13日 16:59:29 +09:00
Nachi Ueno
01c14510b3 Merged with 557 2011年01月13日 16:50:07 -05:00
Koji Iida
a5026320b4 Fixed missing _().
Fixed to follow logging to LOG changes.
Fixed merge miss (get_fixed_ip was moved away).
Update some missing comments.
2011年01月13日 15:58:05 +09:00
termie
d4793e9f67 merge from upstream and fix leaks in console tests 2011年01月12日 20:19:28 -08:00
termie
3419feff16 make sure get_all returns 2011年01月12日 19:38:27 -08:00
Andy Smith
621cf8e156 Fixes a typo in the name of a variable. 2011年01月13日 02:04:22 +00:00
Anthony Young
f3332a1a63 Fixes #701055 . Move instance termination code inline to prevent manager from prematurely marking it as destroyed. 2011年01月13日 01:25:08 +00:00
Andy Smith
4eb2e469fc fix invalid variable reference in cloud api 2011年01月12日 17:12:20 -08:00
Andy Smith
5e304292a9 fix indentation 2011年01月12日 16:57:39 -08:00
Andy Smith
4f5c0c64ec add support for database migration 2011年01月12日 16:57:04 -08:00
Vishvananda Ishaya
a46c753d8f fix changed call to generate_rc 2011年01月12日 16:56:21 -08:00
Nachi Ueno
7bc94bb337 merged with r555 2011年01月13日 09:28:35 +09:00
Nachi Ueno
df0be0318c fixed method signature of modify_rules
fixed unit_test for ipv6
2011年01月13日 09:10:44 +09:00
Andy Smith
3df3c23593 standardize volume ids 2011年01月12日 15:21:18 -08:00
Andy Smith
1f59fcb405 standardize volume ids 2011年01月12日 15:20:13 -08:00
Andy Smith
5fbc747849 standardize on hex for ids, allow configurable instance names 2011年01月12日 15:03:08 -08:00
Andy Smith
1fa45c2ce5 correct volume ids for ec2 2011年01月12日 15:01:23 -08:00
Andy Smith
c966028d51 correct formatting for volume ids 2011年01月12日 14:56:26 -08:00
Todd Willey
f58b4f74e3 Merge trunk + wsgirouter 2011年01月12日 17:47:43 -05:00