lp:~soren/nova/iptables-security-groups
Created by
Soren Hansen
and last modified
- Get this branch:
- bzr branch lp:~soren/nova/iptables-security-groups
Only
Soren Hansen
can upload to this branch. If you are
Soren Hansen
please log in for upload directions.
Branch merges
Propose for merging
- Vish Ishaya (community): Approve
- Eric Day (community): Approve
- Thierry Carrez (community): Needs Fixing
-
Diff: 118 lines (+32/-12)1 file modifiednova/virt/libvirt_conn.py (+32/-12)
Related bugs
Bug #659135: Security Group ingress filtering doesn't work if traffic is routed | Medium | Fix Released |
|
Bug #701278: iptables is failing when lauching instances | Undecided | Fix Released |
|
Bug #702370: IptablesFirewallDriver prevents instance startup once one has been terminated | High | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 457. By Soren Hansen
-
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).
- 454. By Soren Hansen
-
Fixed a number of issues with the iptables firewall backend:
* Port specifications for firewalls come back from the data store as integers, but were compared as strings.
* --icmp-type was misspelled as --icmp_type (underscore vs dash)
* There weren't any unit tests for these issues. - 452. By Soren Hansen
-
Create LibvirtConnection directly, rather than going through libvirt_
conn.get_ connection. This should remove the dependency on libvirt for tests.
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