]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove disable_service from DBs configuration
authorAssaf Muller <amuller@redhat.com>
Mon, 12 Oct 2015 14:40:49 +0000 (10:40 -0400)
committerIhar Hrachyshka <ihrachys@redhat.com>
Mon, 12 Oct 2015 18:22:00 +0000 (20:22 +0200)
commit8a9de547ed4a15b9ac0eb0d085025d7c97fbf594
treebd24711bd10837f434e5f478d734d856ca7f5d23
parentac7c82fbe525eca1be11296142a990ba3fd65013
Remove disable_service from DBs configuration

Remove disable_service from configure_for_func_testing.
A recent Devstack patch (Linked in bug report) checks
that a disabled service is not enabled later. This breaks
the code this patch touches. I believe the DBs were disabled
and enabled with the assumption that Devstack expects only
a single DB to be configured at a time, but that doesn't
seem to be the case. Simply removing the disable calls seems
to work fine.

Also exclude oslo.messaging==2.6.0 as per global-requirements.txt.

Closes-Bug: #1505259
Closes-Bug: #1505295

Depends-On: I47ab12f719fba41c2f0c03047b05eb28f4423682
Change-Id: I0fbcc1218e1aa9adbf89f6121c1c2e224ed93cab
requirements.txt
tools/configure_for_func_testing.sh