From 4b7fc523c54430becdd0814cf906646256a90989 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 1 Oct 2015 19:55:50 +0000 Subject: [PATCH] Only cinder v2 is needed, therefore deleting v1. --- debian/cinder-api.postinst.in | 1 - 1 file changed, 1 deletion(-) 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 -- 2.45.2