neutron/neutron/plugins/ml2/drivers
Denis Buliga 7fc79f43dc Refactors QosAgentDriver
QosAgentDriver has a method which uses linux specific module, which
is trying to import pyroute2.

Module pyroute2 tries to import a module from socket which does not
exists on windows (socket.inet_pton[1]). This can cause neutron
services to fail to start on windows[2].

[1]: https://docs.python.org/2/library/socket.html#socket.inet_pton
[2]: http://paste.openstack.org/show/593272/

Change-Id: I706368bfcaece380e1357e0c504fd3b9553ba49c
Related-Bug: #1492714
2017-01-03 04:34:44 -08:00
..
agent Cleanup of SecurityGroup classes 2016-10-13 15:38:38 +00:00
l2pop Merge "Removed deprecated class LocalVLANMapping" 2016-12-20 11:16:12 +00:00
linuxbridge Refactors QosAgentDriver 2017-01-03 04:34:44 -08:00
macvtap Refactoring config options for plugin macvtap opts 2016-11-21 19:46:00 +00:00
mech_sriov Refactors QosAgentDriver 2017-01-03 04:34:44 -08:00
openvswitch Refactors QosAgentDriver 2017-01-03 04:34:44 -08:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
helpers.py Change passing session to context for TypeDriver 2016-12-21 14:22:16 +04:00
mech_agent.py Downgrade binding skip in mech_agent 2016-09-09 07:31:47 -07:00
type_flat.py OVO for FlatAllocation 2016-12-22 13:25:50 +00:00
type_geneve.py Refactoring config options for ml2 plugin drivers 2016-09-30 18:03:28 -05:00
type_gre.py Refactoring config options for ml2 plugin drivers 2016-09-30 18:03:28 -05:00
type_local.py Change passing session to context for TypeDriver 2016-12-21 14:22:16 +04:00
type_tunnel.py Change passing session to context for TypeDriver 2016-12-21 14:22:16 +04:00
type_vlan.py Change passing session to context for TypeDriver 2016-12-21 14:22:16 +04:00
type_vxlan.py Refactoring config options for ml2 plugin drivers 2016-09-30 18:03:28 -05:00