From 558bbff0cb86c9289fd0fd639da1134ed4befa59 Mon Sep 17 00:00:00 2001 From: Ron De Rose Date: Wed, 14 Oct 2015 17:05:08 +0000 Subject: [PATCH] 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 --- doc/source/http-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/http-api.rst b/doc/source/http-api.rst index a31b5e69c1..a50c97cf2a 100644 --- a/doc/source/http-api.rst +++ b/doc/source/http-api.rst @@ -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: