Comment 3 for bug 1399204

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

Reviewed: https://review.openstack.org/141883
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=66e1427f14dee477f27cd899a25b9e3cdeb38ff4
Submitter: Jenkins
Branch: master

commit 66e1427f14dee477f27cd899a25b9e3cdeb38ff4
Author: Sean Mooney <email address hidden>
Date: Mon Jan 12 16:57:01 2015 +0000

    Add AggregateTypeAffinityFilter multi values support

    This change allows the AggregateTypeAffinityFilter to function when
    multiple instance_type names are set in the Aggregate Metadata.
    This change implements and documents a new comma separated syntax for
    the aggregate instance_type metadata attribute. The legacy syntax is
    still supported when a single instace_type is specified.
    e.g. 'm1.nano' or "m1.nano,m1.small"

    DocImpact
    Change-Id: I0618a300754d012db62df52faa12cc3cedfe2b65
    Closes-bug: #1399204