]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Only cinder v2 is needed, therefore deleting v1.
authorThomas Goirand <thomas@goirand.fr>
Thu, 1 Oct 2015 19:55:50 +0000 (19:55 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 1 Oct 2015 19:55:50 +0000 (19:55 +0000)
debian/cinder-api.postinst.in

index c30bfd0034d73d62443e3fc430415c798f101e2f..3868b9ae50f4e5ed906cc09bd1abb3e190c9f5ec 100644 (file)
@@ -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