Merge "AggregateTypeAffinityFilter multi values"

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

View File

@@ -298,9 +298,16 @@ aggregate_image_properties_isolation_separator = .</programlisting>
<section xml:id="aggregate-typeaffinityfilter"> <section xml:id="aggregate-typeaffinityfilter">
<title>AggregateTypeAffinityFilter</title> <title>AggregateTypeAffinityFilter</title>
<para> <para>
Filters host by per-aggregate This filter passes hosts if no <literal>instance_type</literal>
<literal>instance_type</literal> value. For information key is set or the <literal>instance_type</literal>
about how to use this filter, see <xref 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="host-aggregates"/>. See also <xref
linkend="typeaffinityfilter"/>. linkend="typeaffinityfilter"/>.
</para> </para>