modify keystone spelling errors

Change-Id: I2824b7df5d14a9f08b21777d0fb6a5333753220a
This commit is contained in:
sunyandi 2018-02-06 16:15:18 +08:00
parent efa7967d8a
commit 0b3297ab61

View File

@ -256,7 +256,7 @@ Implementation of IdentityService in services/identity/identity.py:
if version == "2":
self.impl = KeystoneV2Service()
else:
self.impl = KeysotneServiceV3()
self.impl = KeystoneServiceV3()
else:
self.impl = auto_discover_version()