Comment 5 for bug 1261475

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

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

commit fd621ef05a024b8319f2c67f7e5c084b9ab77755
Author: Russell Bryant <email address hidden>
Date: Fri Jan 31 09:28:50 2014 -0500

    Deal with old versions of libguestfs

    Commit 02abbef960b12deaa7a911788dbc56f3a0bd555a added the use of the
    close_on_exit parameter. This is supported by libguestfs 1.20 and up.
    Catch the exeption raised when this parameter isn't supported and retry
    without it.

    Change-Id: Ic47c1cb997ece3710f8c4465733148fcfa94068d
    Closes-Bug: #1271562
    Related-Bug: #1261475