AggregateTypeAffinityFilter multi values

Add AggregateTypeAffinityFilter multi values support
The value of the instance_type metadata entry is
a string that may contain either a single instance_type name or a comma
separated list of instance_type names. e.g. 'm1.nano' or "m1.nano,m1.small"

Change-Id: Ie2298c32d0fb53ba7195d2e276c6f2c1e7704739
Closes-Bug: 1463773
This commit is contained in:
thorking
2015-07-14 17:49:11 +08:00
parent 8e0f1ea378
commit 7b4f2611c0

View File

@@ -298,9 +298,16 @@ aggregate_image_properties_isolation_separator = .</programlisting>
<section xml:id="aggregate-typeaffinityfilter">
<title>AggregateTypeAffinityFilter</title>
<para>
Filters host by per-aggregate
<literal>instance_type</literal> value. For information
about how to use this filter, see <xref
This filter passes hosts if no <literal>instance_type</literal>
key is set or the <literal>instance_type</literal>
aggregate metadata value contains the name of the
<literal>instance_type</literal> requested.
The value of the <literal>instance_type</literal> metadata entry
is a string that may contain either a single
<literal>instance_type</literal> name or a comma-separated list
of <literal>instance_type</literal> names, such as
'm1.nano' or "m1.nano,m1.small."
For information about how to use this filter, see <xref
linkend="host-aggregates"/>. See also <xref
linkend="typeaffinityfilter"/>.
</para>