From: Thomas Goirand Date: Thu, 22 Nov 2012 17:29:09 +0000 (+0000) Subject: Registers the correct service with keystone X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7971381f7d14459330a13ae1e30f892f6162a3ed;p=openstack-build%2Fcinder-build.git Registers the correct service with keystone --- diff --git a/debian/cinder-api.postinst.in b/debian/cinder-api.postinst.in index 0e6aaf60f..0def7a073 100644 --- a/debian/cinder-api.postinst.in +++ b/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