Comment 7 for bug 1248216

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

Reviewed: https://review.openstack.org/55282
Committed: http://github.com/openstack/oslo-incubator/commit/ca7a2abd1c125588c29b21d35f4b0e46dd1f3726
Submitter: Jenkins
Branch: master

commit ca7a2abd1c125588c29b21d35f4b0e46dd1f3726
Author: Chang Bo Guo <email address hidden>
Date: Tue Nov 5 06:45:35 2013 -0800

    Don't use deprecated module commands

    The commands module was deprecated since version 2.6 and it has been
    removed in Python 3. This patch uses processutils.trycmd method to
    replace of deprecated module commands.
    See http://docs.python.org/2/library/commands#module-commands

    Closes-Bug: #1248216

    Change-Id: Iee0b3cf59c738bfda9c5b2049a1853abbb6d16e0