Comment 26 for bug 1686116

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

Reviewed: https://review.openstack.org/481138
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=70ede864e74460d3cfde1c99c6a2879146b52dc4
Submitter: Jenkins
Branch: stable/ocata

commit 70ede864e74460d3cfde1c99c6a2879146b52dc4
Author: Sahid Orentino Ferdjaoui <email address hidden>
Date: Tue Apr 25 06:06:07 2017 -0400

    libvirt: update logic to configure device for scsi controller

    When using virtio-scsi it is possible to handle up to 256 disk but
    because we do not specifically set the information about the
    controller only 6 can be handled.

    This commit is fixing the issue by adding the address element to the
    disk configuration.

     Conflicts:
     nova/virt/libvirt/driver.py

    Closes-Bug: #1686116
    Change-Id: I98e53b378cc99747765066001a0b51880543d2dd
    (cherry picked from commit fb343c402296c109af49bfca2f909680ca38a72b)