Comment 25 for bug 1013689

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

Reviewed: https://review.openstack.org/9470
Committed: http://github.com/openstack/nova/commit/0d166cae0113cd28f9253ff12450d47b71fe0a40
Submitter: Jenkins
Branch: master

commit 0d166cae0113cd28f9253ff12450d47b71fe0a40
Author: Pádraig Brady <email address hidden>
Date: Mon Jun 25 13:52:46 2012 +0100

    only mount guest image once when injecting files

    Previously we could incur the costly guest mount operation twice,
    if injecting files with any of net, ssh keys, password, metadata.
    Instead now inject files in the same operation.

    Also cleanup the internal injection functions a little
    by removing the unused 'execute' parameter.

    Partly mitigates the impact of bug 1013689.
    Change-Id: Ib66d327e745593cf1e5897470750d609b2a58980