2c75ad02c5a025e2262cd3cd6c9ab42cd34b585c
3361 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Vishvananda Ishaya
|
21c4f64d9d | merged trunk | ||
|
Vishvananda Ishaya
|
914b0554a0 |
Modified per sorens review.
Moved disk.py Removed disk.partition Changed docstrings Use pid to find nbd devices |
||
|
Rick Harris
|
0d6882fb2a | Fix for Pep-8 | ||
|
Nachi Ueno
|
b3778edddb | Merged with r561 | ||
|
Nachi Ueno
|
bc0c5ba502 | Moved commands which needs sudo to nova.sh | ||
|
Nachi Ueno
|
2d642f64dc | Added netaddr for pip-requires | ||
|
Rick Harris
|
98cb251846 | Marking snapshots as private for now | ||
|
Rick Harris
|
e10c6b9046 | Merging Trunk | ||
|
Rick Harris
|
2c7ffd2dab | Fixing Image ID workaround and typo | ||
|
Kei Masumoto
|
6bfcd0e63f | Fixed based on the comments from code review. Merged to trunk rev 561 | ||
|
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. |
||
|
masumotok
|
d737335844 | merged to trunk rev 561 | ||
|
masumotok
|
b887c9bb04 | merge trunk rev560 | ||
|
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. |
||
|
masumotok
|
41a9ad538c |
Get reviewed and fixed based on comments.
Merged latest version. |
||
|
Soren Hansen
|
27480db8f9 | Spelling is hard. Typing even moreso. | ||
|
Soren Hansen
|
373a0eb1de | Revert changes to version.py | ||
|
Ed Leafe
|
01a1ad3d2c | Minor code cleanups | ||
|
Ed Leafe
|
22b21cde84 | Minor code cleanups | ||
|
Ed Leafe
|
7af8f5ac5f | Minor code cleanups | ||
|
Ed Leafe
|
441a6d3631 | Added unit tests for the Diffie-Hellman class. Merged recent trunk changes | ||
|
Soren Hansen
|
953f506949 | Bring NWFilter driver up to speed on unfilter_instance. | ||
|
Ed Leafe
|
0002d9ea96 | Replaced home-grown Diffie-Hellman implementation with the M2Crypto version supplied by Soren | ||
|
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). | ||
|
Vishvananda Ishaya
|
a60a9fcab5 | Fixes broken call to __generate_rc in auth manager. | ||
|
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. | ||
|
Soren Hansen
|
8089898b79 | Merge trunk. | ||
|
Soren Hansen
|
b5f60e099b | Merge trunk | ||
|
MORITA Kazutaka
|
40e13153d3 | Merge trunk | ||
|
MORITA Kazutaka
|
1c694e9093 | Revert r510 and r512 because Josh had already done the same work | ||
|
Vishvananda Ishaya
|
0e307db62b | merged trunk | ||
|
Hisaharu Ishii
|
515b4fb9ec | Fixed Authors | ||
|
Nachi Ueno
|
01c14510b3 | Merged with 557 | ||
|
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. |
||
|
termie
|
d4793e9f67 | merge from upstream and fix leaks in console tests | ||
|
termie
|
3419feff16 | make sure get_all returns | ||
|
Andy Smith
|
621cf8e156 | Fixes a typo in the name of a variable. | ||
|
Anthony Young
|
f3332a1a63 | Fixes #701055 . Move instance termination code inline to prevent manager from prematurely marking it as destroyed. | ||
|
Andy Smith
|
4eb2e469fc | fix invalid variable reference in cloud api | ||
|
Andy Smith
|
5e304292a9 | fix indentation | ||
|
Andy Smith
|
4f5c0c64ec | add support for database migration | ||
|
Vishvananda Ishaya
|
a46c753d8f | fix changed call to generate_rc | ||
|
Nachi Ueno
|
7bc94bb337 | merged with r555 | ||
|
Nachi Ueno
|
df0be0318c |
fixed method signature of modify_rules
fixed unit_test for ipv6 |
||
|
Andy Smith
|
3df3c23593 | standardize volume ids | ||
|
Andy Smith
|
1f59fcb405 | standardize volume ids | ||
|
Andy Smith
|
5fbc747849 | standardize on hex for ids, allow configurable instance names | ||
|
Andy Smith
|
1fa45c2ce5 | correct volume ids for ec2 | ||
|
Andy Smith
|
c966028d51 | correct formatting for volume ids | ||
|
Todd Willey
|
f58b4f74e3 | Merge trunk + wsgirouter |