neutron/neutron/agent
Brian Haley d1efeeb433 Fix UnixDomainHttpProtocol class to support all eventlet versions
It was recently decided to uncap eventlet:
http://lists.openstack.org/pipermail/openstack-dev/2018-April/129096.html
So eventlet is now capped at 0.20 not by global requirements,
it is capped in upper-constraints, because currently not every
openstack project is able to work with a newer eventlet version,
mostly because of the caps in projects requirements.txt.
According to global-requirements, last allowed version of
eventlet is 0.22.1:
https://git.openstack.org/cgit/openstack/requirements/tree/global-requirements.txt

In an effort to support both eventlet<0.22 and eventlet>=0.22,
change the code to try and determine the correct number of
arguments to use in the call to initialize the parent class.

Change-Id: Ibe3dc8af6cf9f8bb4f8eababb7f4276e4db3f1f9
Closes-bug: #1777640
2018-07-10 15:20:11 -04:00
..
common [OVS] Add mac-table-size to be set on each ovs bridge 2018-06-08 16:26:35 +02:00
dhcp Merge "Fix lack of routes for neighbour IPv4 subnets" 2018-05-21 22:29:15 +00:00
l2 Track neutron-lib migration of agent extensions 2018-06-01 11:38:47 +00:00
l3 Merge "Revert "DVR: Fix allowed_address_pair IP, ARP table update by neutron agent"" 2018-06-18 21:56:10 +00:00
linux Fix UnixDomainHttpProtocol class to support all eventlet versions 2018-07-10 15:20:11 -04:00
metadata Change metadata agent to log message after failure 2018-05-04 15:45:33 -04:00
ovsdb Make OVSDB debug logging optional 2018-04-18 15:57:18 -05:00
windows Windows: fix exec calls 2018-02-01 17:05:28 +02:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
agent_extensions_manager.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
dhcp_agent.py Enable mutable config in Neutron 2018-03-21 20:35:19 +00:00
firewall.py use EGRESS_DIRECTION and INGRESS_DIRECTION from neutron-lib 2018-02-23 10:36:36 -07:00
l3_agent.py Enable mutable config in Neutron 2018-03-21 20:35:19 +00:00
metadata_agent.py Remove deprecated cache_url 2017-11-10 00:47:19 -05:00
resource_cache.py remove rpc create_connection 2018-04-27 09:51:11 -06:00
rpc.py remove rpc create_connection 2018-04-27 09:51:11 -06:00
securitygroups_rpc.py Fix all pep8 E129 errors 2018-05-03 13:44:04 +09:00