summaryrefslogtreecommitdiffstats
path: root/newton/newton/extensions
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2017-09-08 13:43:00 +0800
committerBin Yang <bin.yang@windriver.com>2017-09-08 13:43:00 +0800
commit08fd690840bea327695aca0e816345c5ce7e3cbf (patch)
tree5e391f89518680bcd610f101d1d1a2154c58494d /newton/newton/extensions
parent56ce57f8a325eab4786d1b4b7d10570a9698faca (diff)
Populate EPA Capabilities info into AAI
parse and discover EPA CAPs and populate them into AAI fix API call to query ESR Change-Id: I8b5e0429d3fbc9e17390b9c4df9cd12c1f0a42b4 Issue-Id: MULTICLOUD-58 Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'newton/newton/extensions')
-rw-r--r--newton/newton/extensions/views/epacaps.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/newton/newton/extensions/views/epacaps.py b/newton/newton/extensions/views/epacaps.py
index 7d3dd0af..ef8aabed 100644
--- a/newton/newton/extensions/views/epacaps.py
+++ b/newton/newton/extensions/views/epacaps.py
@@ -17,8 +17,6 @@ import traceback
from django.core.cache import cache
-from keystoneauth1 import access
-from keystoneauth1.access import service_catalog
from keystoneauth1.exceptions import HttpError
from rest_framework import status
from rest_framework.response import Response