keystone-paste.ini docs for deployers are out of date

Updated the docs to better reflect v3 deployments. Essentially, matched
the [app:service_v3] entry with the value in the ini file.

Closes-Bug: 1504891
Change-Id: I57f6a2a5287b2f6aa108586c1ad07b9a6235d53d
This commit is contained in:
Ron De Rose 2015-10-14 17:05:08 +00:00
parent 8500d76e35
commit 558bbff0cb

View File

@ -73,7 +73,7 @@ method:
.. code-block:: ini
[app:service_v3]
paste.app_factory = keystone.service:v3_app_factory
use = egg:keystone#service_v3
Then define a v3 pipeline, which terminates with the v3 application you defined
above: