Corrected typo

Change-Id: Ia7ee2bf71ba5dffaefe193fed03c102d89b57815
This commit is contained in:
Aigerim 2014-07-22 12:35:12 +02:00
parent 1ef0aa9e1a
commit 167d3c5aec

View File

@ -31,7 +31,7 @@ class KeystoneClientV2(object):
"""Wrap keystone client so we can encapsulate logic used in resources.
Note this is intended to be initialized from a resource on a per-session
Note: This is intended to be initialized from a resource on a per-session
basis, so the session context is passed in on initialization
Also note that a copy of this is created every resource as self.keystone()
via the code in engine/client.py, so there should not be any need to