Comment 3 for bug 1595773

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

Reviewed: https://review.openstack.org/333669
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a0f5a56a150f82ddd90178f487cb9a398bed8ea3
Submitter: Jenkins
Branch: master

commit a0f5a56a150f82ddd90178f487cb9a398bed8ea3
Author: liangjingtao <email address hidden>
Date: Fri Jun 24 11:23:16 2016 +0800

    Make print py3 compatible

    In PY3,remove the print "", join the print () function to achieve
    the same function,this patch is to fix it.

    Change-Id: Ie860e912b0c7101fd9d1d5c8373db8688f99122c
    Closes-Bug: #1595773