From 18169dd69b7044b2b22a62130953b159cd79cdaa Mon Sep 17 00:00:00 2001 From: Roman Dobosz Date: Tue, 12 Dec 2017 15:34:15 -0800 Subject: [PATCH] Fixed typos --- ...inity-antiaffinity-of-instances-in-a-groups.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/specs/affinity-antiaffinity-of-instances-in-a-groups.rst b/specs/affinity-antiaffinity-of-instances-in-a-groups.rst index 844c20d..d4d7c30 100644 --- a/specs/affinity-antiaffinity-of-instances-in-a-groups.rst +++ b/specs/affinity-antiaffinity-of-instances-in-a-groups.rst @@ -15,18 +15,18 @@ This BP proposes a way for creating affinity and anti-affinity for ironic nodes. Problem description =================== -Currently there is no way to create aggregation for Ironic nodes, instead +Currently there is no way to create host-aggregates for Ironic nodes, instead aggregates works only for compute nodes, so it is impossible for creating affinity/anti-affinity rules for such nodes Use Cases --------- -As a system administrator I want to be able to define aggregation of the Ironic +As a system administrator I want to be able to define aggregates of the Ironic nodes in Nova, so that I can apply affinity or anti-affinity policy to the server group. -As a system administrator I want to be able to define aggregation of the Ironic +As a system administrator I want to be able to define aggregates of the Ironic nodes in Nova, so that I can define logical division of my data center. Proposed change @@ -91,7 +91,7 @@ None Performance Impact ------------------ -Potentially, there could be performance impact on accessing aggregation +Potentially, there could be performance impact on accessing aggregates information. Other deployer impact @@ -124,10 +124,10 @@ Other contributors: Work Items ---------- -* Allow ironic nodes to be associated with host aggregation +* Allow ironic nodes to be associated with host aggregates * Add policy for affinity/anti-affinity/soft-affinity/soft-anti-affinity for - nodes, instead of hypervisors -* Implement scheduler filter for be able to use those policies + host-aggregates, instead of hypervisors +* Implement scheduler filter to be able to use those policies Dependencies ============