note scoping for AggregateInstanceExtraSpecsFilter

Havana release fixed a bug where this filter counldn't be used
with other filters due to scoping issue. This doc patch updates
to note that all is fine now.

Change-Id: Ic9f832c3ad09a5b5d9237b77952aa59ff83121dd
Closes-Bug: 1198310
This commit is contained in:
Tom Fifield
2013-09-30 18:56:13 +04:00
parent 30cec57089
commit 06030d150c

View File

@@ -113,7 +113,9 @@ scheduler_available_filters=myfilter.MyFilter</programlisting>
<title>AggregateInstanceExtraSpecsFilter</title>
<para>Matches properties defined in an instance type's
extra specs against admin-defined properties on a host
aggregate. See the <link linkend="host-aggregates"
aggregate. Works with specifications that are unscoped,
or are scoped with <literal>aggregate_instance_extra_specs</literal>.
See the <link linkend="host-aggregates"
>host aggregates</link> section for documentation
on how to use this filter.</para>
</section>