1
0
mirror of https://github.com/gryf/openstack.git synced 2025-12-17 03:20:25 +01:00

Fixed typos

This commit is contained in:
Roman Dobosz
2017-12-12 15:34:15 -08:00
parent 1fd14d8770
commit 18169dd69b

View File

@@ -15,18 +15,18 @@ This BP proposes a way for creating affinity and anti-affinity for ironic nodes.
Problem description 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 aggregates works only for compute nodes, so it is impossible for creating
affinity/anti-affinity rules for such nodes affinity/anti-affinity rules for such nodes
Use Cases 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 nodes in Nova, so that I can apply affinity or anti-affinity policy to the
server group. 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. nodes in Nova, so that I can define logical division of my data center.
Proposed change Proposed change
@@ -91,7 +91,7 @@ None
Performance Impact Performance Impact
------------------ ------------------
Potentially, there could be performance impact on accessing aggregation Potentially, there could be performance impact on accessing aggregates
information. information.
Other deployer impact Other deployer impact
@@ -124,10 +124,10 @@ Other contributors:
Work Items 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 * Add policy for affinity/anti-affinity/soft-affinity/soft-anti-affinity for
nodes, instead of hypervisors host-aggregates, instead of hypervisors
* Implement scheduler filter for be able to use those policies * Implement scheduler filter to be able to use those policies
Dependencies Dependencies
============ ============