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
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