From: Thomas Goirand Date: Thu, 1 Oct 2015 19:55:50 +0000 (+0000) Subject: Only cinder v2 is needed, therefore deleting v1. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4b7fc523c54430becdd0814cf906646256a90989;p=openstack-build%2Fcinder-build.git Only cinder v2 is needed, therefore deleting v1. --- diff --git a/debian/cinder-api.postinst.in b/debian/cinder-api.postinst.in index c30bfd003..3868b9ae5 100644 --- a/debian/cinder-api.postinst.in +++ b/debian/cinder-api.postinst.in @@ -6,7 +6,6 @@ set -e if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then . /usr/share/debconf/confmodule - pkgos_register_endpoint_postinst cinder cinder volume "OpenStack Block Storage" 8776 /v2/'%(tenant_id)s' pkgos_register_endpoint_postinst cinder cinderv2 volumev2 "Cinder Volume Service" 8776 /v2/'%(tenant_id)s' db_stop fi