Include version number into glare factory path in paste

Change-Id: I7cdfa81fdf29a26f510bce6804678a343c1fe428
Closes-Bug: #1544964
This commit is contained in:
Kirill Zaitsev 2016-02-12 16:09:55 +03:00
parent 132906146d
commit f880351fd8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ paste.composite_factory = glance.api:root_app_factory
paste.app_factory = glance.api.glare.versions:create_resource
[app:glareapi]
paste.app_factory = glance.api.glare.router:API.factory
paste.app_factory = glance.api.glare.v0_1.router:API.factory
[filter:healthcheck]
paste.filter_factory = oslo_middleware:Healthcheck.factory