From 297a8c03307278b3909923afbe9611f1733a7702 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. Rewritten-From: 4b7fc523c54430becdd0814cf906646256a90989 --- xenial/debian/cinder-api.postinst.in | 1 - 1 file changed, 1 deletion(-) diff --git a/xenial/debian/cinder-api.postinst.in b/xenial/debian/cinder-api.postinst.in index c30bfd003..3868b9ae5 100644 --- a/xenial/debian/cinder-api.postinst.in +++ b/xenial/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