]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Registers the correct service with keystone
authorThomas Goirand <thomas@goirand.fr>
Thu, 22 Nov 2012 17:29:09 +0000 (17:29 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 22 Nov 2012 17:29:09 +0000 (17:29 +0000)
Rewritten-From: 7971381f7d14459330a13ae1e30f892f6162a3ed

xenial/debian/cinder-api.postinst.in

index 0e6aaf60f5a0483fcd5b961ff24e7dc06b390ca5..0def7a073053a854e6142928022804cf09c3aa61 100644 (file)
@@ -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