neutron/neutron/tests
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 Adopt hacking 1.1.0 2018-07-05 11:31:40 +09:00
contrib Implement filter validation 2018-07-19 04:13:43 +00:00
etc Add ext_parent policy check 2018-08-01 02:45:42 +08:00
fullstack [Fullstack] Use string for global_physnet_mtu config option 2018-07-23 11:15:29 +02:00
functional Fix lost connection when create security group log 2018-08-22 09:46:32 +09:00
tempest Removing remaining Tempest bits 2018-03-26 11:41:35 -05:00
unit metadata: use requests for comms with nova api 2018-09-04 10:04:47 +01:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py use sqla functions from neutron-lib 2018-07-25 21:04:20 +00:00
fake_notifier.py FakeNotifier class 'topic' argument change to 'topics'. 2017-12-04 20:10:03 +01:00
post_mortem_debug.py
tools.py pecan.jsonify v1.3 adjustment 2018-04-18 15:37:20 +00:00