Merge "Update and expand cells config doc warning"

This commit is contained in:
Jenkins 2017-04-25 01:22:01 +00:00 committed by Gerrit Code Review
commit 84b71d5007
1 changed files with 11 additions and 7 deletions

View File

@ -1,6 +1,14 @@
=====
Cells
=====
==========
Cells (v1)
==========
.. warning::
Configuring and implementing Cells v1 is not recommended for new deployments
of the Compute service (nova). Cells v2 replaces cells v1, and v2 is
required to install or upgrade the Compute service to the 15.0.0 Ocata
release. More information on cells v2 can be found on the
`Cells <https://docs.openstack.org/developer/nova/cells.html>`_ page.
``Cells`` functionality enables you to scale an OpenStack Compute
cloud in a more distributed fashion without having to use complicated
@ -27,10 +35,6 @@ new build request reaches its ``nova-cells`` service, it is sent
over to the host scheduler in that cell and the build proceeds as
it would have without cells.
.. warning::
Cell functionality is currently considered experimental.
Cell configuration options
~~~~~~~~~~~~~~~~~~~~~~~~~~