From 8db51449a8e7ea816ac2bd8d0ffe1c34061de91a Mon Sep 17 00:00:00 2001 From: Lana Brindley Date: Thu, 3 Sep 2015 16:12:17 +1000 Subject: [PATCH] Added note about multiple values for some filters The aggregate_image_properties_isolation and aggregate_instance_extra_specs filters are capable of accepting multiple values as a comma-separated list. This change specifies that in the documentation. Note that the original bug touches two other filters as well (aggregate_multitenancy_isolation_filter and availability_zone_filter), however these aren't mentioned in this book. Change-Id: If2a3f0757fde2e63a86f5c212579d78f4113ea0e Closes-Bug: 1427706 --- doc/config-reference/compute/section_compute-scheduler.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/config-reference/compute/section_compute-scheduler.xml b/doc/config-reference/compute/section_compute-scheduler.xml index 1cffb57e46..ed96db3285 100644 --- a/doc/config-reference/compute/section_compute-scheduler.xml +++ b/doc/config-reference/compute/section_compute-scheduler.xml @@ -225,7 +225,8 @@ scheduler_available_filters = myfilter.MyFilter AggregateImagePropertiesIsolation filter by using the following options in the nova.conf file: - # Considers only keys matching the given namespace (string). +# Considers only keys matching the given +namespace (string). Multiple values can be given, as a comma-separated list. aggregate_image_properties_isolation_namespace = <None> # Separator used between the namespace and keys (string). @@ -236,7 +237,8 @@ aggregate_image_properties_isolation_separator = . Matches properties defined in extra specs for an instance type against admin-defined properties on a host aggregate. Works with specifications that are scoped with - aggregate_instance_extra_specs. For + aggregate_instance_extra_specs. Multiple + values can be given, as a comma-separated list. For backward compatibility, also works with non-scoped specifications; this action is highly discouraged because it conflicts with