From 5e67597bb701eb359015f450ac9d05ec21937f9f Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 22 Nov 2012 17:29:09 +0000 Subject: [PATCH] Registers the correct service with keystone Rewritten-From: 7971381f7d14459330a13ae1e30f892f6162a3ed --- xenial/debian/cinder-api.postinst.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenial/debian/cinder-api.postinst.in b/xenial/debian/cinder-api.postinst.in index 0e6aaf60f..0def7a073 100644 --- a/xenial/debian/cinder-api.postinst.in +++ b/xenial/debian/cinder-api.postinst.in @@ -6,7 +6,7 @@ set -e if [ "$1" = "configure" ] ; then . /usr/share/debconf/confmodule - pkgos_register_endpoint_postinst glance glance image "Glance Image Service" 9292 /v1 + pkgos_register_endpoint_postinst glance cinder volume "Cinder Volume Service" 8776 /v1/'%(tenant_id)s' db_stop fi -- 2.45.2