python-zaqarclient/zaqarclient/transport
Thomas Herve 13e90a0ab5 Properly pass the CA to requests
We store the CA in request.cert, but it's not compatible with a cert. To
pass the CA to requests, we need to set the verify argument.

Change-Id: Id0f39e3253b1486db8ae2da3d7dc6c0fdb41062a
2018-10-04 15:00:22 +02:00
..
__init__.py Rename Marconi to Zaqar 2014-08-04 16:55:10 +02:00
api.py Use queue_creation to send queue's metadata 2014-09-17 17:07:55 +02:00
base.py Create a websocket transport 2016-07-19 08:43:24 -04:00
errors.py Make TransportErrors more descriptive 2016-03-01 00:43:53 +03:00
http.py Properly pass the CA to requests 2018-10-04 15:00:22 +02:00
request.py Drop "os" prefix for project id 2017-03-08 14:24:49 +00:00
response.py Add support for subscription create v2 2016-01-11 09:31:55 +13:00
ws.py Replace uuid.uuid4() with uuidutils.generate_uuid() 2017-07-20 15:06:41 +05:30