[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#774819: unblock: neutron/2014.1.3-10



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Hi,

Yet another patch that needs to enter Jessie.

By default, to be policy compliant, Neutron should *not* handle
the database bits of Neutron, unless the user explicitely asks
for it on the Debconf prompts. I'm not sure why Neutron had a
different behavior/debconf default value, but this patch fixes
the issue there.

Please unblock neutron/2014.1.3-10.

Cheers,

Thomas Goirand (zigo)
diff -Nru neutron-2014.1.3/debian/changelog neutron-2014.1.3/debian/changelog
--- neutron-2014.1.3/debian/changelog	2015-01-06 21:40:25.000000000 +0000
+++ neutron-2014.1.3/debian/changelog	2015-01-07 23:10:06.000000000 +0000
@@ -1,3 +1,9 @@
+neutron (2014.1.3-10) unstable; urgency=medium
+
+  * Sets neutron/configure_db default value to false (Closes: #770944).
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 08 Jan 2015 00:05:56 +0100
+
 neutron (2014.1.3-9) unstable; urgency=medium
 
   * Build-depends on openstack-pkg-tools (>= 21~) to ensure we have the sysv-rc
diff -Nru neutron-2014.1.3/debian/neutron-common.templates neutron-2014.1.3/debian/neutron-common.templates
--- neutron-2014.1.3/debian/neutron-common.templates	2015-01-06 21:40:25.000000000 +0000
+++ neutron-2014.1.3/debian/neutron-common.templates	2015-01-07 23:10:06.000000000 +0000
@@ -45,7 +45,7 @@
 
 Template: neutron/configure_db
 Type: boolean 
-Default: true
+Default: false
 _Description: Set up a database for Neutron?
  No database has been set up for Neutron to use. Before continuing, you should
  make sure you have the following information:

Reply to: