Package: openstack-trove / 2014.1.3-8
Metadata
| Package | Version | Patches format |
|---|---|---|
| openstack-trove | 2014.1.3-8 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| patch default config file.patch | (download) |
etc/trove/trove.conf.sample |
4 1 + 3 - 0 ! |
better default in the config file |
| fixes filter authtoken config file.patch | (download) |
etc/trove/api-paste.ini |
3 3 + 0 - 0 ! |
fixes keystone credentials in the default config file. |
| do not use network when building docs.patch | (download) |
doc/source/conf.py |
3 1 + 2 - 0 ! |
do not use network when building docs Removes the use of sphinx.ext.intersphinx plugin. |
| Isolate_unit_tests_from_integration_tests_data.patch | (download) |
trove/tests/unittests/instance/test_instance_status.py |
117 59 + 58 - 0 ! |
isolate unit tests from integration tests data
Reasons:
- unit tests are depending on integration tests data, such as:
- datastore and its versions;
- distribution package maintainers are not able to package Trove since
icehouse RC1.
.
Gate behaviour:
- gate tests are not failing because unit tests are running right after
fake-mode tests, so sqlite still exist.
.
Changes:
- fixing those unit tests that are failing while building Trove package
(more info see at bug-report).
|
| do not use PROTOCOL_SSLv3.patch | (download) |
trove/openstack/common/sslutils.py |
3 1 + 2 - 0 ! |
protocol_sslv3 is removed from debian |
