python-zaqarclient/zaqarclient/transport
Flavio Percoco 434d487773 Always pass a project_id
Since v1.1, the `X_PROJECT-ID` became a required header. This patch adds
a way to specify the project id regardless of the backend. In order to
pass the project id, it's necessary to pass the `os_project_id` option
in the `auth_opts` dictionary. For example:

  auth_opts = {'options': {'os_project_id': 'yadayada'}}

Partially-Implements blueprint: api-v1.1

Change-Id: If72b758e634dc1e6bc1e1cc0c63361e8a43861bb
2014-09-17 17:07:58 +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 Rename Marconi to Zaqar 2014-08-04 16:55:10 +02:00
errors.py Rename Marconi to Zaqar 2014-08-04 16:55:10 +02:00
http.py Rename Marconi to Zaqar 2014-08-04 16:55:10 +02:00
request.py Always pass a project_id 2014-09-17 17:07:58 +02:00
response.py Rename Marconi to Zaqar 2014-08-04 16:55:10 +02:00