From 6f1e6f473c84657b33dde094cb4b047fbdaf7c45 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Mon, 13 Jan 2014 12:19:12 -0500 Subject: [PATCH] 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 --- etc/cinder/cinder.conf.sample | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/cinder/cinder.conf.sample b/etc/cinder/cinder.conf.sample index 3caf3eeaca8..967cd7bc808 100644 --- a/etc/cinder/cinder.conf.sample +++ b/etc/cinder/cinder.conf.sample @@ -1970,6 +1970,12 @@ # value) #memcache_secret_key= +# (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]