Add make-trove-taskmanager.conf-parseable.patch

This commit is contained in:
Thomas Goirand
2016-03-31 10:34:24 +02:00
parent 2adb31aa2a
commit 6693ff3d69
3 changed files with 17 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -8,6 +8,7 @@ openstack-trove (1:5.0.0~rc1-3) UNRELEASED; urgency=medium
* Move all config files handling within trove-common.
* Move all logrotate stuff within trove-common.logrotate.
* Write db and rabbit info in all needed config files.
* Add make-trove-taskmanager.conf-parseable.patch.
-- Thomas Goirand <zigo@debian.org> Wed, 30 Mar 2016 10:25:54 +0200

View File

@@ -0,0 +1,15 @@
Description: Make trove-taskmanager.conf parseable
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2016-03-31
--- openstack-trove-5.0.0~rc1.orig/etc/trove/trove-taskmanager.conf.sample
+++ openstack-trove-5.0.0~rc1/etc/trove/trove-taskmanager.conf.sample
@@ -167,7 +167,6 @@ pydev_debug = disabled
# registry server. Any valid SQLAlchemy connection string is fine.
# See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine
connection = mysql://root:e1a2c042c828d3566d0a@localhost/trove
-# connection = mysql://root:root@localhost/trove
# Period in seconds after which SQLAlchemy should reestablish its connection
# to the database.

View File

@@ -1,3 +1,4 @@
fix-default-sql_connection-directive.patch
Fix-apischema-for-boolean_string.patch
fix-import-error.patch
make-trove-taskmanager.conf-parseable.patch