Use uuidutils from oslo.utils

Change-Id: I6313ad1d3da1a8e9efeab5d4f336e6f43f7a9857
This commit is contained in:
Julien Danjou
2015-01-23 22:35:43 +01:00
parent 8e241a4ffe
commit 5690bdea80
17 changed files with 25 additions and 67 deletions

View File

@@ -31,6 +31,7 @@ from oslo_db import exception as db_exc
from oslo_db import options
from oslo_db.sqlalchemy import session as db_session
from oslo_utils import timeutils
from oslo_utils import uuidutils
import osprofiler.sqlalchemy
import six
import sqlalchemy
@@ -46,7 +47,6 @@ from cinder.db.sqlalchemy import models
from cinder import exception
from cinder.i18n import _, _LW
from cinder.openstack.common import log as logging
from cinder.openstack.common import uuidutils
CONF = cfg.CONF