Add make-trove-taskmanager.conf-parseable.patch
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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
|
||||
|
||||
|
||||
15
debian/patches/make-trove-taskmanager.conf-parseable.patch
vendored
Normal file
15
debian/patches/make-trove-taskmanager.conf-parseable.patch
vendored
Normal 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.
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user