Comment 5 for bug 1561022

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

Reviewed: https://review.openstack.org/296596
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=00efcf3a4171d270fc3a7b9b4a9230332aea81e6
Submitter: Jenkins
Branch: master

commit 00efcf3a4171d270fc3a7b9b4a9230332aea81e6
Author: Pawel Koniszewski <email address hidden>
Date: Wed Mar 23 18:44:10 2016 +0100

    Try to repopulate instance_group if it is None

    There are cases that we need to create new RequestSpect object and we
    pass None for instance_group argument. It might cause server group
    policies to be omitted during filtering phase. Therefore if
    instance_group is None we should try to repopulate instance_group
    basing on data that is in filter_properties.

    Change-Id: Id7e669e0a6db1ff1052c42006f1a141bdb8cdf29
    Closes-Bug: #1561022