summaryrefslogtreecommitdiff
path: root/heat/tests/test_common_context.py
diff options
context:
space:
mode:
authorZane Bitter <zbitter@redhat.com>2017-06-01 18:38:19 -0400
committerZane Bitter <zbitter@redhat.com>2017-06-02 15:20:57 +0000
commit2fa6bc936095704d79da2d2abe21f7bf7c8686a2 (patch)
treef7df60af236bfb6278bb587fced96160084f2fcc /heat/tests/test_common_context.py
parentef7aa00a833983d372fde00dada451c40c4853d5 (diff)
downloadheat-2fa6bc936095704d79da2d2abe21f7bf7c8686a2.tar.gz
Fix logging in devstack
Change-Id: I87a39f7977d0f68c5ecc7680b18b29f54d963051 Closes-Bug: #1695104
Diffstat (limited to 'heat/tests/test_common_context.py')
-rw-r--r--heat/tests/test_common_context.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/heat/tests/test_common_context.py b/heat/tests/test_common_context.py
index 75b1f4c70..9145fd3f4 100644
--- a/heat/tests/test_common_context.py
+++ b/heat/tests/test_common_context.py
@@ -40,6 +40,7 @@ class TestRequestContext(common.HeatTestCase):
'user': 'mick',
'password': 'foo',
'trust_id': None,
+ 'global_request_id': None,
'show_deleted': False,
'roles': ['arole', 'notadmin'],
'tenant_id': '456tenant',