Fix paste to correctly deploy v2 API

Corrects a typo where 'apiv1app' should be 'apiv2app'

Change-Id: I4ef29f7539a572ed65422fd548e9718e86161b5f
This commit is contained in:
Brian Waldon 2012-05-22 13:23:44 -07:00
parent c5a0b0086b
commit 1533e6d8b8
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