Skip to content

Instantly share code, notes, and snippets.

@dizz
Created February 15, 2012 15:34
Show Gist options
  • Save dizz/1836730 to your computer and use it in GitHub Desktop.
Save dizz/1836730 to your computer and use it in GitHub Desktop.
occi paste config
#############
# OCCI #
#############
# For examples of declaring interceptors see above
# Some useful ones in there e.g. fault handling, rate limiting, extension loading
[composite:occiapi]
# Request routing
use = egg:Paste#urlmap
/: occiapi11
[pipeline:occiapi11]
pipeline = authtoken keystonecontext occiapiapp11
# The API application
[app:occiapiapp11]
paste.app_factory = nova.api.occi.wsgi:OCCIApplication.factory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment