Fix a small nit of docs

Change-Id: Ib06cc4b8ed95bbc80ab3a4fd7e03380e92ebf894
This commit is contained in:
huangtianhua 2017-01-03 17:09:22 +08:00
parent 1f7925d8e8
commit 27a99d537e
1 changed files with 2 additions and 2 deletions

View File

@ -53,6 +53,6 @@ Note that some forward compatibility decisions had to be made for the Keystone V
### How it works
By setting the `keystone_backend` option, the KeystoneBackend class in
`heat/common/heat_keystoneclient.py` will instantiate the plugin
`heat/engine/clients/os/keystone/heat_keystoneclient.py` will instantiate the plugin
KeystoneClientV2 class and use that instead of the default client in
`heat/common/heat_keystoneclient.py`.
`heat/engine/clients/os/keystone/heat_keystoneclient.py`.