summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDavanum Srinivas <davanum@gmail.com>2015-02-25 17:47:31 -0500
committerDavanum Srinivas <davanum@gmail.com>2015-02-25 20:05:49 -0500
commita412e038dd42a74918e67722883647dfe20c8a4a (patch)
tree7a1389001bfb61ab70d54f73ef9deb0fe5357cdb /tools
parent3412d294ad0df4be5536695f5babd62e8c9399b2 (diff)
downloadnova-a412e038dd42a74918e67722883647dfe20c8a4a.tar.gz
Switch to uuidutils from oslo_utils library
Get rid of our copy of uuidutils.py from oslo-incubator Change-Id: Idca3581475bcd4a04ce8d3420a1b7763db15b390
Diffstat (limited to 'tools')
-rw-r--r--tools/xenserver/populate_other_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenserver/populate_other_config.py b/tools/xenserver/populate_other_config.py
index fb14ee33e7..2ab2b03596 100644
--- a/tools/xenserver/populate_other_config.py
+++ b/tools/xenserver/populate_other_config.py
@@ -38,11 +38,11 @@ if os.path.exists(os.path.join(possible_topdir, "nova", "__init__.py")):
sys.path.insert(0, possible_topdir)
from nova import config
-from nova.openstack.common import uuidutils
from nova.virt import virtapi
from nova.virt.xenapi import driver as xenapi_driver
from nova.virt.xenapi import vm_utils
from oslo_config import cfg
+from oslo_utils import uuidutils
cli_opts = [
cfg.BoolOpt('dry-run',