summaryrefslogtreecommitdiff
path: root/tuskar_ui/api/heat.py
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/api/heat.py')
-rw-r--r--tuskar_ui/api/heat.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tuskar_ui/api/heat.py b/tuskar_ui/api/heat.py
index 3054ad0d..9852ca00 100644
--- a/tuskar_ui/api/heat.py
+++ b/tuskar_ui/api/heat.py
@@ -34,6 +34,7 @@ from tuskar_ui.utils import utils
LOG = logging.getLogger(__name__)
+@memoized.memoized
def overcloud_keystoneclient(request, endpoint, password):
"""Returns a client connected to the Keystone backend.