Comment 4 for bug 1771538

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

Reviewed: https://review.openstack.org/610174
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4afe8ea5a19e236b485da3132d66064017a479ec
Submitter: Zuul
Branch: master

commit 4afe8ea5a19e236b485da3132d66064017a479ec
Author: Matthew Edmonds <email address hidden>
Date: Fri Oct 12 17:26:29 2018 -0400

    Use tempfile for powervm config drive

    There are potential security issues with using predictable temp
    directories or files, so use python's tempfile module to do this
    safely.

    Change-Id: Ia067236785882ad3acca23a425ea1333b247d8c6
    Closes-Bug: #1771538