Created
February 15, 2012 15:34
-
-
Save dizz/1836730 to your computer and use it in GitHub Desktop.
occi paste config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############# | |
# 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