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