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
# 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]