summaryrefslogtreecommitdiff
path: root/heatclient/common/http.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/common/http.py')
-rw-r--r--heatclient/common/http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/common/http.py b/heatclient/common/http.py
index 1f86c24..3a85bc5 100644
--- a/heatclient/common/http.py
+++ b/heatclient/common/http.py
@@ -340,7 +340,7 @@ class SessionClient(adapter.LegacyJsonAdapter):
raise exc.InvalidEndpoint(message=message)
if (self.endpoint_override is not None and
location.lower().startswith(self.endpoint_override.lower())):
- return location[len(self.endpoint_override):]
+ return location[len(self.endpoint_override):]
else:
return location