Merge "tests : utils parse stack specify tenant in context"

This commit is contained in:
Jenkins 2013-05-08 01:42:53 +00:00 committed by Gerrit Code Review
commit 0b3ee9de74
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ def setup_dummy_db():
def parse_stack(t, params={}, stack_name='test_stack', stack_id=None):
ctx = context.RequestContext.from_dict({'tenant_id': 'test_tenant',
'tenant': 'test_tenant',
'username': 'test_username',
'password': 'password',
'auth_url':