redis added
This commit is contained in:
@@ -71,6 +71,7 @@ class WebContentsService(BaseService):
|
||||
if selectedTemplate:
|
||||
selected_flavor = selectedTemplate.flavor
|
||||
|
||||
|
||||
# BaseService.get_site_imges_data(provision_uid, membersSubResult.primary_server,
|
||||
# membersSubResult.provision_port, selected_flavor)
|
||||
|
||||
@@ -93,6 +94,9 @@ class WebContentsService(BaseService):
|
||||
# The template set up
|
||||
# web_contents_data["web_images"]=[]
|
||||
|
||||
cacheId = str(provision_uid).replace("-", "")
|
||||
BaseService.write_cache_data("WEB_DATA",cacheId, web_contents_data)
|
||||
|
||||
return web_contents_data
|
||||
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user