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

This commit is contained in:
Jenkins 2015-10-15 04:17:38 +00:00 committed by Gerrit Code Review
commit 437c416461

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: