Comment 3 for bug 1544818

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

Reviewed: https://review.openstack.org/279485
Committed: https://git.openstack.org/cgit/openstack/fuel-agent/commit/?id=a07e21c252053482bf79e245abdbec9eec231d97
Submitter: Jenkins
Branch: master

commit a07e21c252053482bf79e245abdbec9eec231d97
Author: Alexander Gordeev <email address hidden>
Date: Thu Feb 11 17:35:51 2016 +0300

    Always add configdrive partition to OS disk

    configdrive partition was put onto the first disk from the list of
    all available disks.
    When dealing with large number of nodes, sometimes disk names many
    vary from one node to another, so it's hard to predict onto which
    disk configdrive partition will land.

    Since now, configdive partition is always tied to OS disk.

    Change-Id: I6550b7c541050083991b4874f7230fc1606487df
    Related-Bug: #1544818