summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2018-09-03 15:02:14 +0000
committerBin Yang <bin.yang@windriver.com>2018-09-03 15:45:20 +0000
commit6833e23f5c0c641eda33716c0b91abe815cc71fd (patch)
treee7bd3bbf625da06087757d4947e46e3fb0e891be /share
parent1c1c3ee7fd7045ce52f1a32ea239353263a31f81 (diff)
Fix bug of region discovery
Change-Id: I006fb0f8ab7a644369d0a03ed1b563db3f52afd7 Issue-ID: MULTICLOUD-311 Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'share')
-rw-r--r--share/newton_base/registration/registration.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/newton_base/registration/registration.py b/share/newton_base/registration/registration.py
index 0a5f5e55..2ff798d2 100644
--- a/share/newton_base/registration/registration.py
+++ b/share/newton_base/registration/registration.py
@@ -14,6 +14,7 @@
import logging
import json
+import uuid
import traceback
from keystoneauth1.exceptions import HttpError