Update cinder.conf.sample for keystoneclient change

A new version of python-keystoneclient adds the
"include_service_catalog" option, so the sample conf needs to be
updated.

Closes-Bug: #1268614

Change-Id: Ie6913e481caf61ee517c1c101565401fe33c60d6
This commit is contained in:
Eric Harney 2014-01-13 12:19:12 -05:00
parent dc79d39b03
commit 6f1e6f473c
1 changed files with 6 additions and 0 deletions

View File

@ -1970,6 +1970,12 @@
# value)
#memcache_secret_key=<None>
# (optional) indicate whether to set the X-Service-Catalog
# header. If False, middleware will not ask for service
# catalog on token validation and will not set the X-Service-
# Catalog header. (boolean value)
#include_service_catalog=true
[matchmaker_ring]