79e6d3e135
These do not render correctly when generating man pages and likely exist from a time when the pages were built with rst2man (i.e. docutils) instead of Sphinx. They're not necessary when using Sphinx since that information is provided via the 'man_pages' config option in 'conf.py', which are updated here to reflect reality. Change-Id: I133e7231112cc9025e57a29d43bfa7002ca775e7 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
46 lines
819 B
ReStructuredText
46 lines
819 B
ReStructuredText
=================
|
|
nova-api-metadata
|
|
=================
|
|
|
|
.. program:: nova-api-metadata
|
|
|
|
Synopsis
|
|
========
|
|
|
|
::
|
|
|
|
nova-api-metadata [<options>...]
|
|
|
|
Description
|
|
===========
|
|
|
|
:program:`nova-api-metadata` is a server daemon that serves the Nova Metadata
|
|
API. This daemon routes database requests via the ``nova-conductor`` service,
|
|
so there are some considerations about using this in a
|
|
:ref:`multi-cell layout <cells-v2-layout-metadata-api>`.
|
|
|
|
Options
|
|
=======
|
|
|
|
**General options**
|
|
|
|
Files
|
|
=====
|
|
|
|
* ``/etc/nova/nova.conf``
|
|
* ``/etc/nova/api-paste.ini``
|
|
* ``/etc/nova/policy.json``
|
|
* ``/etc/nova/rootwrap.conf``
|
|
* ``/etc/nova/rootwrap.d/``
|
|
|
|
See Also
|
|
========
|
|
|
|
* :nova-doc:`OpenStack Nova <>`
|
|
* :nova-doc:`Using WSGI with Nova <wsgi.html>`
|
|
|
|
Bugs
|
|
====
|
|
|
|
* Nova bugs are managed at `Launchpad <https://bugs.launchpad.net/nova>`__
|