vmware-nsx/quantum
Aaron Rosen 4452f3a83b Add explicit egress rules to nvp security profile
The following commit  7e26074b changed the previous behavior of quantum
security groups by explicitly adding egress rules to the security profile.
When these rules are removed the vm is no longer able to send traffic out.

This patch adds these rules for NVP. One thing to note in the patch
is that now a bunk rule of IPv4 127.0.0.1/32 is added to each security
profile. The reason for this is by default NVP security profiles allow
all egress traffic until a rule is added and then it just lets traffic
matching those rules out. Adding this bunk rule achieves this behavior
that quantum now uses.

Fixes bug 1150378

Change-Id: I005880fcf39d539ae99be428d75c43cc0b39a7b6
2013-03-08 09:48:19 -08:00
..
agent Merge "Create quantum client for each api request in metadata agent" 2013-03-08 02:59:16 +00:00
api Fix exception typo 2013-03-08 09:51:41 +00:00
common Fix exception typo 2013-03-08 09:51:41 +00:00
db Lock tables for update on allocation/deletion 2013-03-07 18:45:44 +00:00
debug Allow probe-create to specify device_owner. 2013-03-07 20:24:52 -08:00
extensions Fix exception typo 2013-03-08 09:51:41 +00:00
locale Imported Translations from Transifex 2013-03-08 00:06:29 +00:00
openstack Remove compat cfg wrapper 2013-02-27 22:15:54 +09:00
plugins Add explicit egress rules to nvp security profile 2013-03-08 09:48:19 -08:00
rootwrap Remove unused imports in rootwrap package 2013-01-02 22:38:46 +02:00
scheduler Move network schedule to first port creation. 2013-03-02 11:12:46 +08:00
server Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
tests Wrap quota controller with resource.Resource 2013-03-08 16:26:53 +08:00
__init__.py Update codebase for HACKING compliance. 2012-05-01 11:46:24 -07:00
auth.py Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
context.py Fix i18n messages 2013-01-22 11:42:15 +08:00
manager.py Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
policy.py Add scheduling feature basing on agent management extension 2013-02-27 21:20:51 +08:00
quantum_plugin_base_v2.py Supporting pagination in api v2.0 2013-02-19 23:04:13 +08:00
quota.py Show default configuration Quotas 2013-03-07 07:20:25 +00:00
service.py Agent management extension 2013-02-18 11:43:45 +08:00
version.py Updated to latest oslo-version code. 2013-02-04 11:21:16 +11:00
wsgi.py Prevent DoS through XML entity expansion 2013-03-05 15:51:34 -05:00