Comment 5 for bug 1248216

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

Reviewed: https://review.openstack.org/55401
Committed: http://github.com/openstack/ironic/commit/23f5478825d8248c58018631014b28c1addcce76
Submitter: Jenkins
Branch: master

commit 23f5478825d8248c58018631014b28c1addcce76
Author: Chang Bo Guo <email address hidden>
Date: Wed Nov 6 04:32:53 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. Use the subprocess module instead.
    See http://docs.python.org/2/library/commands#module-commands

    Closes-Bug: #1248216
    Change-Id: I16d6baa77637f84b878df3ee6f964ddb9446d7bf