From 9e275cdb1844bd2680ec1683dc5c73092a2cfc1a Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 2 Aug 2013 15:34:52 +0200 Subject: [PATCH] Correct direct and section for SQL "connection" directive. Rewritten-From: 51a55c6803aa3346fb893bdd78c89b4ec9fd2648 --- xenial/debian/neutron-common.config.in | 2 +- xenial/debian/neutron-common.postinst.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xenial/debian/neutron-common.config.in b/xenial/debian/neutron-common.config.in index d331800fa..67b52ffae 100644 --- a/xenial/debian/neutron-common.config.in +++ b/xenial/debian/neutron-common.config.in @@ -13,7 +13,7 @@ pkgos_var_user_group neutron chmod 755 /var/lib/neutron # Configure the SQL connection -pkgos_dbc_read_conf -pkg neutron-common ${OVS_CONF} DATABASE connection neutron $@ +pkgos_dbc_read_conf -pkg neutron-common ${OVS_CONF} database connection neutron $@ # Configure the keystone_authtoken pkgos_read_admin_creds ${N_CONF} keystone_authtoken neutron diff --git a/xenial/debian/neutron-common.postinst.in b/xenial/debian/neutron-common.postinst.in index c1c767c4b..0cc79c38d 100644 --- a/xenial/debian/neutron-common.postinst.in +++ b/xenial/debian/neutron-common.postinst.in @@ -84,7 +84,7 @@ if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then pkgos_write_admin_creds ${N_CONF} keystone_authtoken neutron # Set the sql_connection directive - pkgos_dbc_postinst --suite neutron ${N_CONF} DATABASE sql_connection neutron $@ + pkgos_dbc_postinst --suite neutron ${N_CONF} database connection neutron $@ # Maintain the OVS config if [ ! -e ${OVS_CONF} ] ; then -- 2.45.2