lp:~soren/nova/avoid-zombie-chains

Created by Soren Hansen and last modified
Get this branch:
bzr branch lp:~soren/nova/avoid-zombie-chains
Only Soren Hansen can upload to this branch. If you are Soren Hansen please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Soren Hansen
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

735. By Soren Hansen

Make the fallback value None instead of False

734. By Soren Hansen

Indentation adjustment (cosmetical).

733. By Soren Hansen

Use self.instances.pop in unfilter_instance to make the check/removal atomic.

Move the semaphore grab outside the for loop in refresh_security_group_rules to avoid reading a value from self.instances, blocking waiting for the semaphore, having the instance be removed in the mean time, and then add its rules back.

732. By Soren Hansen

Merge trunk

731. By Soren Hansen

Merge trunk

730. By Soren Hansen

Use IptablesManager.semapahore from securitygroups driver to ensure we don't apply half a rule set.

729. By Soren Hansen

Log failed command execution if there are more retry attempts left.

728. By Soren Hansen

Make iptables rules class __ne__ just be inverted __eq__.

727. By Soren Hansen

Merge trunk

726. By Soren Hansen

Merge sync branch and trunk

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~hudson-openstack/nova/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers