Skip to content

Instantly share code, notes, and snippets.

@MattDietz
Created March 25, 2013 22:43
Show Gist options
  • Save MattDietz/5241529 to your computer and use it in GitHub Desktop.
Save MattDietz/5241529 to your computer and use it in GitHub Desktop.
Repose tm2
[composite:quantum]
use = egg:Paste#urlmap
/: quantumversions
/v2.0: quantumapi_v2_0
[composite:quantumapi_v2_0]
use = call:quantum.auth:pipeline_factory
noauth = noauth egg:repoze.tm2#tm extensions quantumapiapp_v2_0
#noauth = extensions quantumapiapp_v2_0
keystone = authtoken keystonecontext egg:repoze.tm2#tm extensions quantumapiapp_v2_0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment