Files
nova/doc/source/cli/nova-cells.rst
Eric Fried fca14f0906 Use .. deprecated:: theme for deprecations
We were using `warning`, and `important` themes to mark deprecations in
various places.  We have a `deprecated` role, so this change switches to
use it.

Note that I also found the following files that mentioned deprecation,
but not in a way where using this role seemed appropriate.  I'm
recording them here so you know I considered them.

doc/source/admin/configuration/hypervisor-kvm.rst
doc/source/admin/configuration/schedulers.rst
doc/source/cli/index.rst
doc/source/cli/nova-rootwrap.rst
doc/source/contributor/api.rst
doc/source/contributor/code-review.rst
doc/source/contributor/policies.rst
doc/source/contributor/project-scope.rst
doc/source/reference/policy-enforcement.rst
doc/source/reference/stable-api.rst
doc/source/user/feature-classification.rst
doc/source/user/flavors.rst
doc/source/user/upgrade.rst

Change-Id: Icd7613d9886cfe0775372c817e5f3d07d8fb553d
2018-05-08 21:50:51 +00:00

1.1 KiB

nova-cells

Server for the Nova Cells

Author

openstack@lists.openstack.org

Copyright

OpenStack Foundation

Manual section

1

Manual group

cloud computing

Synopsis

nova-cells [options]

Description

Starts the nova-cells service.

The nova-cells service handles communication between cells and selects cells for new instances.

16.0.0 Everything in this document is referring to Cells v1, which is not recommended for new deployments and is deprecated in favor of Cells v2 as of the 16.0.0 Pike release. For information about commands to use with Cells v2, see the man page for man-page-cells-v2.

Options

General options

Files

  • /etc/nova/nova.conf
  • /etc/nova/policy.json
  • /etc/nova/rootwrap.conf
  • /etc/nova/rootwrap.d/

See Also

Bugs