summaryrefslogtreecommitdiffstats
path: root/share/newton_base/registration/registration.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/newton_base/registration/registration.py')
-rw-r--r--share/newton_base/registration/registration.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/newton_base/registration/registration.py b/share/newton_base/registration/registration.py
index 9bcf90de..cdeebbc4 100644
--- a/share/newton_base/registration/registration.py
+++ b/share/newton_base/registration/registration.py
@@ -282,7 +282,7 @@ class RegistryHelper(MultiCloudAAIHelper):
# get cloud-region
retcode, content, status_code = \
- restcall.req_to_aai(resource_url, "GET")
+ restcall.req_to_aai(resource_url, "GET", nocache=True)
# add resource-version
cloudregiondata = {}
@@ -1412,7 +1412,7 @@ class RegistryHelper(MultiCloudAAIHelper):
# get cloud-region
retcode, content, status_code = \
- restcall.req_to_aai(resource_url, "GET")
+ restcall.req_to_aai(resource_url, "GET", nocache=True)
# add resource-version to url
if retcode == 0 and content:
@@ -1515,7 +1515,7 @@ class RegistryHelper(MultiCloudAAIHelper):
# get cloud-region
retcode, content, status_code = \
- restcall.req_to_aai(resource_url, "GET")
+ restcall.req_to_aai(resource_url, "GET", nocache=True)
# add resource-version to url
if retcode == 0 and content: