]> 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)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:44 +0000 (15:20 +0800)
commit96d57271b0aa6eeb5cf60d0093d57ae9f2e0fd15
tree7fdc500851d04daafbf6aac6e1fcd18e42052221
parentc28f49a1d6610274eaacc09d120a6b0e6d338339
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