Skip to content

Instantly share code, notes, and snippets.

@cnf
Created October 5, 2016 18:18
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 cnf/388e77e17aadc9480a297a53bf4365e1 to your computer and use it in GitHub Desktop.
Save cnf/388e77e17aadc9480a297a53bf4365e1 to your computer and use it in GitHub Desktop.
[filter:authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
auth_uri = http://<hostname>:5000/
auth_url = http://<hostname>:35357
auth_plugin = password
project_domain_id = default
user_domain_id = default
project_name = service
username = swift
password = <pass>
cache = swift.cache
include_service_catalog = False
delay_auth_decision = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment