From: Thomas Goirand Date: Mon, 28 Jan 2013 08:05:10 +0000 (+0800) Subject: Removed old debian/patches/fix-api-paste.ini-syntax.patch X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=07ba1947125c2c7177ceb1eee2a5392edafcadfb;p=openstack-build%2Fcinder-build.git Removed old debian/patches/fix-api-paste.ini-syntax.patch --- diff --git a/debian/patches/fix-api-paste.ini-syntax.patch b/debian/patches/fix-api-paste.ini-syntax.patch deleted file mode 100644 index a7ec4282f..000000000 --- a/debian/patches/fix-api-paste.ini-syntax.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: Fixes api-paste.ini syntax so it is really a .ini file -Author: Thomas Goirand -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 diff --git a/debian/patches/series b/debian/patches/series index a144c7af4..25c0f244e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ install-missing-files.patch -fix-api-paste.ini-syntax.patch