Add copyright
[snf-occi] / snfOCCI / httpd / snf_voms_auth-paste.ini
1 # snf_voms authentication PasteDeploy configuration file
2
3 [composite:main]
4 use = egg:Paste#urlmap
5 /v2.0/tokens:authapp
6 /v2.0/tenants:tenantapp
7
8 [app:authapp]
9 paste.app_factory = snfOCCI.APIserver:app_factory
10
11 [app:tenantapp]
12 paste.app_factory = snfOCCI.APIserver:tenant_app_factory