neutron/neutron/tests/unit/agent
James Page c28e4963b7 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)
2018-09-04 10:04:47 +01:00
..
common Remove deprecated IVS interface driver 2018-04-26 20:15:46 +00:00
dhcp Improve patching of sys.argv 2018-06-15 14:51:00 +01:00
l2 use qos constants from neutron-lib 2017-10-26 19:57:19 +00:00
l3 Move MAX_CHAIN_LEN constants to constants file 2018-08-03 09:32:39 +02:00
linux Fix neutron-openvswitch-agent Windows support 2018-08-28 06:53:11 +00:00
metadata metadata: use requests for comms with nova api 2018-09-04 10:04:47 +01:00
ovsdb Merge "Kill _connection_to_manager_uri dummy" 2018-02-22 00:30:24 +00:00
windows Fix neutron-openvswitch-agent Windows support 2018-08-28 06:53:11 +00: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 Add binding activation to OVS agent 2018-07-18 11:59:33 -05:00
test_securitygroups_rpc.py Adopt hacking 1.1.0 2018-07-05 11:31:40 +09:00