]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Update cinder.conf.sample for new keystone client
authorjohn-griffith <john.griffith@solidfire.com>
Tue, 4 Feb 2014 03:10:03 +0000 (20:10 -0700)
committerjohn-griffith <john.griffith@solidfire.com>
Tue, 4 Feb 2014 03:11:34 +0000 (20:11 -0700)
The latest version of keystoneclient adds a new conf
entry that we don't have in Cinder.

This patch adds "enforce_token_bind=permissive"

Change-Id: I1aeb6a59ca1787c05075d76dd9d1f96722653d88

etc/cinder/cinder.conf.sample

index abd56288f25b8a9438c3a70afe21da8780af7031..d745404488cd831ca7ce2dfc9b67c51cd2cc74b2 100644 (file)
 # Catalog header. (boolean value)
 #include_service_catalog=true
 
+# Used to control the use and type of token binding. Can be
+# set to: "disabled" to not check token binding. "permissive"
+# (default) to validate binding information if the bind type
+# is of a form known to the server and ignore it if not.
+# "strict" like "permissive" but if the bind type is unknown
+# the token will be rejected. "required" any form of token
+# binding is needed to be allowed. Finally the name of a
+# binding method that must be present in tokens. (string
+# value)
+#enforce_token_bind=permissive
+
 
 [matchmaker_ring]