Package: openstack-trove / 1:5.1.0-1~bpo8+1

Metadata

Package Version Patches format
openstack-trove 1:5.1.0-1~bpo8+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix default sql_connection directive.patch | (download)

etc/trove/trove.conf.sample | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 fix default sql_connection directive
 Using sqlite by default, and removing examples which are making it impossible
 to parse.
Fix apischema for boolean_string.patch | (download)

trove/common/apischema.py | 2 1 + 1 - 0 !
trove/tests/unittests/configuration/test_configuration_controller.py | 12 6 + 6 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 fix apischema for boolean_string
 Fix apischema for boolean_string
 Reasons:
  - apischema for boolean_string should relay on existing
   `boolean` type instead of `integer`
 .
 Changes:
  - updating apischema;
  - fixing unit tests for configuration API controller
fix import error.patch | (download)

trove/tests/unittests/trove_testtools.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix import error
make trove taskmanager.conf parseable.patch | (download)

etc/trove/trove-taskmanager.conf.sample | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 make trove-taskmanager.conf parseable
install missing files.patch | (download)

MANIFEST.in | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 install missing files
 PBR is missing the templates folder.
add keystone_authtoken in trove.conf.patch | (download)

etc/trove/trove.conf.sample | 10 9 + 1 - 0 !
1 file changed, 9 insertions(+), 1 deletion(-)

 add a keystone_authtoken section in trove.conf
better default config.patch | (download)

etc/trove/trove-taskmanager.conf.sample | 12 6 + 6 - 0 !
etc/trove/trove.conf.sample | 12 6 + 6 - 0 !
2 files changed, 12 insertions(+), 12 deletions(-)

 better default config
 These were the recommendations of upstream. So why not just setting them up
 this way directly?
use realpath function to find my.cnf in debian.patch | (download)

trove/guestagent/datastore/mysql_common/service.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use realpath to find my.cnf
 In Sid, /etc/mysql/my.cnf is a symlink to /etc/aternatives, which confuses
 trove. This patch fixes it.