Skip to content

Instantly share code, notes, and snippets.

Created April 15, 2014 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/10783202 to your computer and use it in GitHub Desktop.
Save anonymous/10783202 to your computer and use it in GitHub Desktop.
[DEFAULT]
admin_endpoint = <%= node[:keystone][:admin_endpoint] %>
admin_token = <%= node[:keystone][:admin_token] %>
debug = <%= node[:keystone][:debug] %>
log_dir = <%= node[:keystone][:log_dir] %>
log_file = keystone.log
max_token_size = 8192
verbose = <%= node[:keystone][:verbose] %>
[sql]
connection = <%= node[:keystone][:sql_connection] %>
[identity]
driver = keystone.identity.backends.sql.Identity
[credential]
driver = keystone.credential.backends.sql.Credential
[trust]
driver = keystone.trust.backends.sql.Trust
[os_inherit]
[catalog]
driver = keystone.catalog.backends.sql.Catalog
template_file = default_catalog.templates
[token]
driver = keystone.token.backends.memcache.Token
expiration = 3600
[memcache]
servers = <%= node[:openstack][:memcached_servers] %>
[policy]
driver = keystone.policy.backends.sql.Policy
[ec2]
driver = keystone.contrib.ec2.backends.kvs.Ec2
[ssl]
[signing]
token_format = PKI
[ldap]
[auth]
[paste_deploy]
config_file = keystone-paste.ini
methods = external,password,token
password = keystone.auth.plugins.password.Password
token = keystone.auth.plugins.token.Token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment