Comment 2 for bug 1800463

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

Reviewed: https://review.openstack.org/613939
Committed: https://git.openstack.org/cgit/openstack/blazar/commit/?id=6e412b7751fe7431e9ac4b1140afaf7f7365aa55
Submitter: Zuul
Branch: master

commit 6e412b7751fe7431e9ac4b1140afaf7f7365aa55
Author: Pierre Riteau <email address hidden>
Date: Mon Oct 29 14:14:44 2018 +0000

    Add new hosts to aggregate when updating an active reservation

    When an active reservation was updated to increase its number of
    reserved hosts, new hosts allocations were created in the database, but
    the corresponding Nova hosts were not added to the host aggregate. This
    prevented users from deploying instances on the newly allocated hosts.

    This patch ensures newly allocated hosts are added to the aggregate when
    an active reservation is updated.

    Change-Id: I11904934319665c9e75558928c87fc92d856325d
    Closes-Bug: #1800463