Fix grammar for AggregateMultiTenancyIsolation

This section started with a sentence fragment
Fix fragment and combine the last two sentences for clarity

Change-Id: I4730976396359e416ac9bf06f32901d37870ebdf
Closes-Bug: #1344276
Co-Authored-By: Nathaniel Dillon
This commit is contained in:
Renee Rendon 2014-08-08 14:39:50 -05:00
parent 0becd2d601
commit e9cfcc659f
1 changed files with 8 additions and 1 deletions

View File

@ -70,7 +70,14 @@
</section>
<section xml:id="security-services-for-instances-idp142048">
<title>AggregateMultiTenancyIsolation</title>
<para>Isolates tenants to specific host aggregates. If a host is in an aggregate that has the metadata key <literal>filter_tenant_id</literal> it will only create instances from that tenant (or list of tenants). A host can be in multiple aggregates. If a host does not belong to an aggregate with the metadata key, it can create instances from all tenants.</para>
<para>This filter will isolate a
tenant or group of tenants to specific host aggregates. If a
host is assigned to an aggregate that has the metadata key
<literal>filter_tenant_id</literal>, it will only create instances from that
tenant or list of tenants. A host can be assigned to multiple
aggregates, however if a host does not belong to an aggregate
with the metadata key, it can create instances from all
tenants.</para>
</section>
<section xml:id="security-services-for-instances-idp143968">
<title>DifferentHostFilter</title>