Comment 19 for bug 1746863

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/pike)

Reviewed: https://review.openstack.org/599840
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=aa1966a70eb38bba1c7c3f88a77a2f2ea5fcc75f
Submitter: Zuul
Branch: stable/pike

commit aa1966a70eb38bba1c7c3f88a77a2f2ea5fcc75f
Author: melanie witt <email address hidden>
Date: Tue Jul 24 02:28:47 2018 +0000

    Add functional test for affinity with multiple cells

    The 'az' keyword arg needed to be added to the
    _build_minimal_create_server_request method in the InstanceHelperMixin
    because we don't have 96f10711667603e7fbad57b151c6438cdd9ae270 in
    Queens.

    A fake_network.set_stub_network_methods(self) call needed to be added
    to the test because we don't have
    acd3216a8beac263aa87d785c21e816d29b1b6bb in Queens.

    The post_aggregate_action method from commit
    8204b2492b07438d0569d3807e1c34f196756253 is also needed for this change
    to set the AZ for an aggregate.

    Related-Bug: #1746863

    Change-Id: I418bbe5c38faf3e460b0d62219507ed64e156682
    (cherry picked from commit 4f2c4993b1748d679bce8de6ffc672490ef3fa49)
    (cherry picked from commit 9dbe8cd5d31c8f63765d239392b0c0f38ee674d1)
    (cherry picked from commit c35f29001a2ce036b7281a125cb5077e0dddc605)