99e5a1ac9a
Most of these share the same collection of oslo.config and oslo.log options so it makes sense to group them together. The only exception is nova-rootwrap, which is a wrapper around the 'oslo_rootwrap.cmd.main' module, which curiously does not use argparse and doesn't have any options. Change-Id: I393ff162be58700956fbab29ff6b9ba3cf5860a6 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
50 lines
853 B
ReStructuredText
50 lines
853 B
ReStructuredText
============
|
|
nova-compute
|
|
============
|
|
|
|
.. program:: nova-compute
|
|
|
|
Synopsis
|
|
========
|
|
|
|
::
|
|
|
|
nova-compute [<options>...]
|
|
|
|
Description
|
|
===========
|
|
|
|
:program:`nova-compute` is a server daemon that serves the Nova Compute
|
|
service, which is responsible for building a disk image, launching an instance
|
|
via the underlying virtualization driver, responding to calls to check the
|
|
instance's state, attaching persistent storage, and terminating the instance.
|
|
|
|
Options
|
|
=======
|
|
|
|
.. rubric:: General options
|
|
|
|
.. include:: opts/common.rst
|
|
|
|
.. rubric:: Debugger options
|
|
|
|
.. include:: opts/debugger.rst
|
|
|
|
Files
|
|
=====
|
|
|
|
* ``/etc/nova/nova.conf``
|
|
* ``/etc/nova/policy.yaml``
|
|
* ``/etc/nova/rootwrap.conf``
|
|
* ``/etc/nova/rootwrap.d/``
|
|
|
|
See Also
|
|
========
|
|
|
|
* :nova-doc:`OpenStack Nova <>`
|
|
|
|
Bugs
|
|
====
|
|
|
|
* Nova bugs are managed at `Launchpad <https://bugs.launchpad.net/nova>`__
|