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 !
1 file changed, 1 insertion(+), 3 deletions(-)

 better default in the config file
fixes filter authtoken config file.patch | (download)

etc/trove/api-paste.ini | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 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 !
1 file changed, 1 insertion(+), 2 deletions(-)

 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 !
trove/tests/unittests/mgmt/test_models.py | 349 175 + 174 - 0 !
2 files changed, 234 insertions(+), 232 deletions(-)

 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 !
1 file changed, 1 insertion(+), 2 deletions(-)

 protocol_sslv3 is removed from debian