description is wrong in endpoint filter rst doc

Literal block must start and end with blank line.

Change-Id: Ib80bc76101da34b8251d731cee5b60bde45ec099
Closes-Bug: #1269300
This commit is contained in:
ruichen 2014-01-15 17:03:35 +08:00
parent 01d26314d3
commit 83e204617f

@ -33,10 +33,12 @@ To enable the endpoint filter extension:
pipeline = access_log sizelimit url_normalize token_auth admin_token_auth xml_body json_body ec2_extension s3_extension endpoint_filter_extension service_v3
3. create the endpoint filter extension tables if using the provided sql backend. example::
./bin/keystone-manage db_sync --extension endpoint_filter
4. optional: change ``return_all_endpoints_if_no_filter`` the ``[endpoint_filter]`` section
in ``keystone.conf`` to return an empty catalog if no associations are made. example::
[endpoint_filter]
return_all_endpoints_if_no_filter = False
return_all_endpoints_if_no_filter = False