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