From 40e6b310f646d107ecaab12512292f9c00b707a1 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 23 Apr 2015 11:10:57 +0200 Subject: [PATCH] Fixed section of the rabbitmq credentials --- debian/neutron-common.config.in | 2 +- debian/neutron-common.postinst.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/neutron-common.config.in b/debian/neutron-common.config.in index b712fbd32..99ca227bc 100644 --- a/debian/neutron-common.config.in +++ b/debian/neutron-common.config.in @@ -65,7 +65,7 @@ chmod 755 /var/lib/neutron # Configure the SQL connection pkgos_dbc_read_conf -pkg neutron-common ${N_CONF} database connection neutron $@ -pkgos_rabbit_read_conf ${N_CONF} DEFAULT neutron +pkgos_rabbit_read_conf ${N_CONF} oslo_messaging_rabbit neutron # Configure the keystone_authtoken pkgos_read_admin_creds ${N_CONF} keystone_authtoken neutron diff --git a/debian/neutron-common.postinst.in b/debian/neutron-common.postinst.in index 2193a96ac..1c44355be 100644 --- a/debian/neutron-common.postinst.in +++ b/debian/neutron-common.postinst.in @@ -89,7 +89,7 @@ if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then fi # Write the neutron RabbitMQ credentials - pkgos_rabbit_write_conf ${N_CONF} DEFAULT neutron + pkgos_rabbit_write_conf ${N_CONF} oslo_messaging_rabbit neutron # Set the keystone_authtoken directive pkgos_write_admin_creds ${N_CONF} keystone_authtoken neutron -- 2.45.2