modify keystone spelling errors
Change-Id: I2824b7df5d14a9f08b21777d0fb6a5333753220a
This commit is contained in:
parent
2480e5da0e
commit
2df45790a9
@ -256,7 +256,7 @@ Implementation of IdentityService in services/identity/identity.py:
|
|||||||
if version == "2":
|
if version == "2":
|
||||||
self.impl = KeystoneV2Service()
|
self.impl = KeystoneV2Service()
|
||||||
else:
|
else:
|
||||||
self.impl = KeysotneServiceV3()
|
self.impl = KeystoneServiceV3()
|
||||||
else:
|
else:
|
||||||
self.impl = auto_discover_version()
|
self.impl = auto_discover_version()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user