Skip to content

Instantly share code, notes, and snippets.

@clayg
Created March 8, 2017 09:47
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 clayg/c414b01f6e1202a2050ea8c0eb96efa0 to your computer and use it in GitHub Desktop.
Save clayg/c414b01f6e1202a2050ea8c0eb96efa0 to your computer and use it in GitHub Desktop.
[filter:authtoken]
include_service_catalog = False
cache = swift.cache
delay_auth_decision = 1
memcached_servers = 192.168.8.8:11211
signing_dir = /var/cache/swift
cafile = /opt/stack/data/ca-bundle.pem
auth_uri = http://192.168.8.8/identity
project_domain_name = Default
project_name = service
user_domain_name = Default
password = secret
username = swift
auth_url = http://192.168.8.8/identity_admin
auth_type = password
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
log_name = swift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment