]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
All egress traffic allowed by default should be implied
authorAaron Rosen <arosen@nicira.com>
Wed, 14 Nov 2012 22:52:06 +0000 (14:52 -0800)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Mon, 19 Nov 2012 14:30:09 +0000 (23:30 +0900)
commit495909de281f6749262fcfad00d110351c1f3f02
tree3a07a91ad2ced200af7c247e87527c71d3355010
parentb7dd0331314d865f61d2bf4b0b59a0d06b4fd606
All egress traffic allowed by default should be implied

This commit removes the egress rules that were created by default
to align with the way security groups work in amazon VPC.
"By default, all egress is allowed from the security
group until you add outbound rules to the group (then only the egress you
specified is allowed)."

Change-Id: I63936fbf76ea9a2828c8923be6ec14aac46b21bd
quantum/db/securitygroups_db.py
quantum/tests/unit/test_extension_security_group.py