summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/utils.py')
-rw-r--r--nova/utils.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/nova/utils.py b/nova/utils.py
index 5f78b93da..7ee58bdd8 100644
--- a/nova/utils.py
+++ b/nova/utils.py
@@ -37,7 +37,6 @@ import struct
import sys
import tempfile
import time
-import uuid
import weakref
from xml.sax import saxutils
@@ -776,10 +775,6 @@ def parse_server_string(server_str):
return ('', '')
-def gen_uuid():
- return uuid.uuid4()
-
-
def bool_from_str(val):
"""Convert a string representation of a bool into a bool value"""