Comment 41 for bug 1380789

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (master)

Reviewed: https://review.openstack.org/141090
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=25cf51f43737f03efb9972e1b8f04a2e74e14f2a
Submitter: Jenkins
Branch: master

commit 25cf51f43737f03efb9972e1b8f04a2e74e14f2a
Author: Amrith Kumar <email address hidden>
Date: Thu Dec 11 11:25:54 2014 -0500

    Eliminate redundant modules from oslo-incubator

    This change is part of a multi-part change set to handle obsolete and
    graduated oslo modules. This commit cleans up openstack-common.conf
    which has unnecessary entries for middleware and fileutils that are
    not required in trove.

    Also, trove acquired a trove/openstack/common/utils.py which had two
    routines that were long ago moved into strutils (now oslo.utils). The
    sole remaining reference to that source file has been updated to
    reflect this.

    This change is based on https://review.openstack.org/#/c/141081/

    Change-Id: I279161ac7b321f306df180a2df20f64e869866b0
    Partial-Bug: #1380789