Merge "Fix paste to correctly deploy v2 API"

This commit is contained in:
Jenkins 2012-05-22 23:38:52 +00:00 committed by Gerrit Code Review
commit 9462474c14
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ pipeline = versionnegotiation authtoken context cache cachemanage rootapp
use = egg:Paste#urlmap
/: apiversions
/v1: apiv1app
/v2: apiv1app
/v2: apiv2app
[app:apiversions]
paste.app_factory = glance.api.versions:create_resource