]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Adds Hyper-V Security Groups implementation
authorClaudiu Belu <cbelu@cloudbasesolutions.com>
Thu, 13 Feb 2014 00:52:47 +0000 (16:52 -0800)
committerClaudiu Belu <cbelu@cloudbasesolutions.com>
Tue, 4 Mar 2014 15:43:18 +0000 (07:43 -0800)
commitc823016d31b36c10cb6faafcce68a1b98f4dc345
tree8b5fa1e0fe52361cda94424f8b2d1658a0e8a086
parent260a9f5935499f44e9160040c4b7018cfc3f08f8
Adds Hyper-V Security Groups implementation

Implements the security groups API in the Hyper-V agent.

To enable security groups on the Hyper-V agent, its config file
must contain the following option:

[SECURITYGROUP]
firewall_driver=neutron.plugins.hyperv.agent.security_groups_driver.HyperVSecurityGroupsDriver

Change-Id: I7556001557cd013c10b7f883dbf371afa8d09626
Implements: blueprint hyperv-security-groups
neutron/plugins/hyperv/agent/hyperv_neutron_agent.py
neutron/plugins/hyperv/agent/security_groups_driver.py [new file with mode: 0644]
neutron/plugins/hyperv/agent/utilsfactory.py
neutron/plugins/hyperv/agent/utilsv2.py
neutron/tests/unit/hyperv/test_hyperv_neutron_agent.py
neutron/tests/unit/hyperv/test_hyperv_security_groups_driver.py [new file with mode: 0644]
neutron/tests/unit/hyperv/test_hyperv_utilsfactory.py
neutron/tests/unit/hyperv/test_hyperv_utilsv2.py