Comment 8 for bug 1248216

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

Reviewed: https://review.openstack.org/55399
Committed: http://github.com/openstack/glance/commit/21510b1f35c1e3cc9e230ed1ff6af75c118f0d62
Submitter: Jenkins
Branch: master

commit 21510b1f35c1e3cc9e230ed1ff6af75c118f0d62
Author: Chang Bo Guo <email address hidden>
Date: Wed Nov 6 04:26:07 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: I0a89dbba374a28b16a6e24f2a1b05ce06e044de4