This is required to sync a locking fix from Oslo.
Change-Id: I1f71d7137eab2509a24c5e1397da653142561f10
Related-Bug:
1065531
import functools
import os
import shutil
+import tempfile
import uuid
import fixtures
self._services = []
CONF.set_override('fatal_exception_format_errors', True)
+ # This will be cleaned up by the NestedTempfile fixture
+ CONF.set_override('lock_path', tempfile.mkdtemp())
def tearDown(self):
"""Runs after each test method to tear down test environment."""