1e781f6f34
Resize and cold migrate can be confusing since they are very similar operations and share mostly the same code paths but there are some notable differences. This adds a contributor doc, similar to the evacuate-vs-rebuild contributor doc, to try and explain things at a high level and provide enough links so contributors can follow along and see where things fit into the puzzle. A sequence diagram is sorely needed for this as well but that will come in a separate change. Change-Id: I11b401a3f874226fdc20a0ee0bd518192f70fa1d
OpenStack Nova Documentation README =================================== Both contributor developer documentation and REST API documentation are sourced here. Contributor developer docs are built to: https://docs.openstack.org/nova/latest/ API guide docs are built to: https://docs.openstack.org/api-guide/compute/ For more details, see the "Building the Documentation" section of doc/source/contributor/development-environment.rst.