Fix outdated comment in KeystoneClientV3.
This patch fixes the outdated class comment for KeystoneClientV3. Change-Id: I7735dd8b2c672cf9e40d01a6a72fd90f1540352a
This commit is contained in:
parent
9b700a1b6e
commit
20f16af571
@ -52,8 +52,9 @@ class KeystoneClientV3(object):
|
||||
|
||||
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
|
||||
Also note that an instance of this is created in each request context as
|
||||
part of a lazy-loaded cloud backend and it can be easily referenced in
|
||||
each resource as ``self.keystone()``, so there should not be any need to
|
||||
directly instantiate instances of this class inside resources themselves.
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user