]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Update cinder.conf.sample for keystoneclient change
authorEric Harney <eharney@redhat.com>
Mon, 13 Jan 2014 17:19:12 +0000 (12:19 -0500)
committerEric Harney <eharney@redhat.com>
Mon, 13 Jan 2014 17:22:50 +0000 (12:22 -0500)
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

index 3caf3eeaca85bb611cd005eef056bfb12560fb73..967cd7bc8084d5ac585b999583a9142ba66e0693 100644 (file)
 # 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]