Removed old debian/patches/fix-api-paste.ini-syntax.patch

This commit is contained in:
Thomas Goirand 2013-01-28 16:05:10 +08:00
parent a6591ec9ea
commit 07ba194712
2 changed files with 0 additions and 18 deletions

View File

@ -1,17 +0,0 @@
Description: Fixes api-paste.ini syntax so it is really a .ini file
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
--- cinder-2012.2.orig/etc/cinder/api-paste.ini
+++ cinder-2012.2/etc/cinder/api-paste.ini
@@ -4,8 +4,8 @@
[composite:osapi_volume]
use = call:cinder.api.openstack.urlmap:urlmap_factory
-/: osvolumeversions
-/v1: openstack_volume_api_v1
+/ = osvolumeversions
+/v1 = openstack_volume_api_v1
[composite:openstack_volume_api_v1]
use = call:cinder.api.auth:pipeline_factory

View File

@ -1,2 +1 @@
install-missing-files.patch
fix-api-paste.ini-syntax.patch