]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Hyper-V: Fixes security groups issue
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Tue, 27 Jan 2015 13:23:27 +0000 (15:23 +0200)
committerVivekanandan Narasimhan <vivekanandan.narasimhan@hp.com>
Tue, 17 Feb 2015 12:29:50 +0000 (12:29 +0000)
commit7076d9edee29b852833d934761052efcbc6e8fcf
treeca911d67824b19725b0833bcec5a13aaebfcecc4
parent9184832b9ab6a4b60c9c7f6607f60b80eafe3c98
Hyper-V: Fixes security groups issue

After this patch If19be8579ca734a899cdd673c919eee8165aaa0e refactored
securitygroups_rpc, prepare_devices_filter attempts to use methods
unimplemented by the HyperV security groups driver.

For this reason, binding ports fails with NotImplementedError if
security groups are enabled.

Until the HyperV security groups driver reaches parity, the
use_enhanced_rpc property should be set to False on the
HyperVSecurityAgent, falling back to the old behaviour.

Change-Id: I1a7ee2b92367d2d59932b8b39372a055bf19951b
Closes-Bug: #1415523
neutron/plugins/hyperv/agent/hyperv_neutron_agent.py
neutron/tests/unit/hyperv/test_hyperv_neutron_agent.py