moved generic util functions from mistral to mistral-lib

Depends-On: I780c270e4b1a184d7d4dcc580d23697ba75edab1
Closes-bug: #1815183
Change-Id: I5a1d402baa3f69c37f9347c8b3d02a83b8f60423
This commit is contained in:
ali
2019-08-14 09:03:30 +00:00
committed by Renat Akhmerov
parent 9585a63847
commit 7e7f1cb92b
62 changed files with 63 additions and 717 deletions

View File

@@ -21,7 +21,7 @@ from oslo_service import threadgroup
import tenacity
import tooz.coordination
from mistral import utils
from mistral_lib import utils
LOG = log.getLogger(__name__)