Remove resize caveat from conductor docs

This document was written back in the liberty release [1]
and says that conductor is not used for orchestrating the
resize/migrate flow, but given the description of how
conductor is used to orchestrate scheduling and reschedules
during a server create, it is unclear why the doc says that
resize is not used the same way since it is used for rescheduling
when prep_resize fails in a selected dest compute. This removes
the caveat to reflect reality.

[1] Ieb9134302d21a11fe9b9ee876bb7b0dd32b437e1

Change-Id: I932a7ac6870a3f9d26556c23c9074115963b3c27
This commit is contained in:
Matt Riedemann 2019-03-15 08:02:52 -04:00
parent 5de08c0966
commit 1308d644bb
1 changed files with 0 additions and 4 deletions

View File

@ -66,7 +66,3 @@ this was to change to process to be the following:
This new process means the scheduler only deals with scheduling, the compute
only deals with building an instance, and the conductor manages the workflow.
The code is now cleaner in the scheduler and computes.
The resize/migrate process has not yet been fully converted to a style to take
advantage of what conductor can provide so expect that this will change over
time.