Merge "Fix swift functional test"

This commit is contained in:
Jenkins 2014-07-01 01:46:47 +00:00 committed by Gerrit Code Review
commit c81604cf44
1 changed files with 3 additions and 0 deletions

View File

@ -494,6 +494,9 @@ class TestSwiftStore(store_tests.BaseTestCase, testtools.TestCase):
Reproduces LP bug 1238604.
"""
self.config(
scrubber_datadir="/tmp",
)
swift_store_user = self.swift_config['swift_store_user']
tenant_name, username = swift_store_user.split(':')
tenant_id, auth_token, service_catalog = keystone_authenticate(