Fix paste to correctly deploy v2 API
Corrects a typo where 'apiv1app' should be 'apiv2app' Change-Id: I4ef29f7539a572ed65422fd548e9718e86161b5f
This commit is contained in:
parent
c5a0b0086b
commit
1533e6d8b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user