summaryrefslogtreecommitdiff
path: root/trove/cmd/api.py
diff options
context:
space:
mode:
authorAmrith Kumar <amrith@tesora.com>2014-12-11 10:50:34 -0500
committerAmrith Kumar <amrith@tesora.com>2015-01-14 15:48:26 -0500
commit8475ba585e5515ebf6eec84f65ae350fa1de6af1 (patch)
treee4e56ca3ef1910ff69a81eecad4b8933822932af /trove/cmd/api.py
parent9b68d5ba08401e1b66a3b9e7cc78970b9c3be65a (diff)
downloadtrove-8475ba585e5515ebf6eec84f65ae350fa1de6af1.tar.gz
Obsolete oslo-incubator modules - processutils
This change is part of a multi-part change set to handle obsolete and graduated oslo modules. This commit handles the processutils module which is now oslo.concurrency (oslo_concurrency). The change here is to remove it from openstack-common.conf and add oslo.concurrency to requirements.txt. Since nothing in oslo-incubator depends on processutils, the module is also deleted from the oslo-incubator imports. This change is based on top of https://review.openstack.org/#/c/133068 Change-Id: I5cba2f487b51c877d036acf552df3b64f7c85764 Partial-Bug: #1380789
Diffstat (limited to 'trove/cmd/api.py')
-rwxr-xr-xtrove/cmd/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trove/cmd/api.py b/trove/cmd/api.py
index 42cee204..d119aca5 100755
--- a/trove/cmd/api.py
+++ b/trove/cmd/api.py
@@ -12,8 +12,8 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
+from oslo_concurrency import processutils
from trove.cmd.common import with_initialize
-from trove.openstack.common import processutils
@with_initialize