Merge "AggregateTypeAffinityFilter multi values"

This commit is contained in:
Jenkins 2015-07-15 06:20:05 +00:00 committed by Gerrit Code Review
commit c4a3dc190c

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>