neutron/neutron/tests/unit/agent
James Page ae542f6854 metadata: use requests for comms with nova api
httplib2 makes use of the ssl module provided by Python; under Python 2,
the ssl module does not support IP addresses as subject alternate names
(SAN's) which although an optional part of the associated RFC, is awkward
to work with in environments where certificate management approaches
rely on use of IP addresses in SAN's.

The requests module is more than happy to deal with this scenario; switch
to requests in preference of httplib2 for metadata proxy calls.

httplib2 is retained as its used elsewhere in the codebase.

Closes-Bug: 1790598
Change-Id: Ife4adf09ddbf7116da2f8596c80aed53fb6790df
(cherry picked from commit 7e0dd2f18d)
2019-06-14 08:16:35 +01:00
..
common ovsfw: Use bundle when adding security group rules 2018-03-08 14:31:06 +00:00
dhcp Don't modify global variables in unit tests 2019-01-11 22:33:44 +00:00
l2 Reduce qos rpc times on the ovs-agent side 2018-08-29 21:45:01 +00:00
l3 [DVR] Allow multiple subnets per external network 2019-01-18 08:22:54 +00:00
linux Add kill_timeout to AsyncProcess 2019-01-04 10:46:44 +00:00
metadata metadata: use requests for comms with nova api 2019-06-14 08:16:35 +01:00
ovsdb Fixes using SSL OVSDB connection 2018-02-09 04:50:10 +00:00
windows Fix neutron-openvswitch-agent Windows support 2018-11-23 17:13:42 +02:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
test_resource_cache.py Merge "Fix race condition with enabling SG on many ports at once" 2018-01-27 10:36:37 +00:00
test_rpc.py Use flake8-import-order plugin 2017-07-05 03:15:27 +00:00
test_securitygroups_rpc.py Adds egress and ingress forward rules for trusted ports 2018-05-16 20:17:33 +03:00