Merge "Send request_id on cinder calls"

This commit is contained in:
Jenkins 2017-05-26 19:20:08 +00:00 committed by Gerrit Code Review
commit 9f8c9ab613
2 changed files with 3 additions and 2 deletions

View File

@ -102,6 +102,7 @@ def cinderclient(context):
auth=auth, auth=auth,
endpoint_override=endpoint_override, endpoint_override=endpoint_override,
connect_retries=CONF.cinder.http_retries, connect_retries=CONF.cinder.http_retries,
global_request_id=context.global_id,
**service_parameters) **service_parameters)

View File

@ -24,7 +24,7 @@ Babel!=2.4.0,>=2.3.4 # BSD
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
iso8601>=0.1.11 # MIT iso8601>=0.1.11 # MIT
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
python-cinderclient>=2.0.1 # Apache-2.0 python-cinderclient>=2.1.0 # Apache-2.0
keystoneauth1>=2.20.0 # Apache-2.0 keystoneauth1>=2.20.0 # Apache-2.0
python-neutronclient>=5.1.0 # Apache-2.0 python-neutronclient>=5.1.0 # Apache-2.0
python-glanceclient>=2.5.0 # Apache-2.0 python-glanceclient>=2.5.0 # Apache-2.0
@ -36,7 +36,7 @@ websockify>=0.8.0 # LGPLv3
oslo.cache>=1.5.0 # Apache-2.0 oslo.cache>=1.5.0 # Apache-2.0
oslo.concurrency>=3.8.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0
oslo.config>=3.22.0 # Apache-2.0 oslo.config>=3.22.0 # Apache-2.0
oslo.context>=2.12.0 # Apache-2.0 oslo.context>=2.14.0 # Apache-2.0
oslo.log>=3.22.0 # Apache-2.0 oslo.log>=3.22.0 # Apache-2.0
oslo.reports>=0.6.0 # Apache-2.0 oslo.reports>=0.6.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0