include projectid in the cache key
fixes bug #1074771 Change-Id: I0fc1638405c2f4de61255d3efc1b6096ead0742b
This commit is contained in:
parent
7ddc2fdfcd
commit
0dea78c851
@ -309,7 +309,7 @@ class HTTPClient(httplib2.Http):
|
||||
|
||||
def authenticate(self):
|
||||
if has_keyring:
|
||||
keys = [self.auth_url, self.user, self.region_name,
|
||||
keys = [self.auth_url, self.projectid, self.user, self.region_name,
|
||||
self.endpoint_type, self.service_type, self.service_name,
|
||||
self.volume_service_name]
|
||||
for index, key in enumerate(keys):
|
||||
|
Loading…
x
Reference in New Issue
Block a user