Fix miswording in ironic-multiple-compute-hosts

This conflicts with the paragraph a few blocks down, causing confusion.

Change-Id: I78c48129015a6febde358357552ae26f75cf0c87
This commit is contained in:
Jim Rollenhagen 2015-12-16 14:16:55 -08:00
parent fd1cdd7385
commit 7eb0899fed
1 changed files with 2 additions and 6 deletions

View File

@ -41,12 +41,8 @@ be able to scale to 10^5 nodes.
Proposed change
===============
In general, a nova-compute running the Ironic virt driver should expose
(total resources)/(number of compute services). This allows for resources to be
sharded across multiple compute services without over-reporting resources.
This compute daemon should only register as a single row in the
compute_nodes table, rather than many rows, accomplishing the goal of the
next paragraph.
In general, a nova-compute running the Ironic virt driver should only
register as a single row in the compute_nodes table, rather than many rows.
Nova's scheduler should schedule only to a nova-compute host; the host will
choose an Ironic node itself, from the nodes that match the request (explained