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 ! |
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 ! |
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 ! |
fix import error |
| make trove taskmanager.conf parseable.patch | (download) |
etc/trove/trove-taskmanager.conf.sample |
1 0 + 1 - 0 ! |
make trove-taskmanager.conf parseable |
| install missing files.patch | (download) |
MANIFEST.in |
3 3 + 0 - 0 ! |
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 ! |
add a keystone_authtoken section in trove.conf |
| better default config.patch | (download) |
etc/trove/trove-taskmanager.conf.sample |
12 6 + 6 - 0 ! |
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 ! |
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. |
