[config-ref] Convert nova config options to RST
Change-Id: Id2620f242927d66faca95a0de3e95ac853e26acb Implements: blueprint config-ref-rst
This commit is contained in:
parent
950ab63217
commit
dacce0a477
@ -3,5 +3,7 @@ Compute
|
||||
=======
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
compute/config-samples.rst
|
||||
tables/conf-changes/nova.rst
|
||||
|
10
doc/config-ref-rst/source/compute/api-paste.ini.rst
Normal file
10
doc/config-ref-rst/source/compute/api-paste.ini.rst
Normal file
@ -0,0 +1,10 @@
|
||||
=============
|
||||
api-paste.ini
|
||||
=============
|
||||
|
||||
The Compute service stores its API configuration settings in the
|
||||
``api-paste.ini`` file.
|
||||
|
||||
.. remote-code-block:: ini
|
||||
|
||||
https://git.openstack.org/cgit/openstack/nova/plain/etc/nova/api-paste.ini
|
113
doc/config-ref-rst/source/compute/config-options.rst
Normal file
113
doc/config-ref-rst/source/compute/config-options.rst
Normal file
@ -0,0 +1,113 @@
|
||||
=================================
|
||||
nova.conf - configuration options
|
||||
=================================
|
||||
|
||||
For a complete list of all available configuration options for each
|
||||
OpenStack Compute service, run
|
||||
:command:`bin/nova-<servicename>` ``--help``.
|
||||
|
||||
.. include:: ../tables/nova-api.rst
|
||||
|
||||
.. include:: ../tables/nova-apiv21.rst
|
||||
|
||||
.. include:: ../tables/nova-authentication.rst
|
||||
|
||||
.. include:: ../tables/nova-auth_token.rst
|
||||
|
||||
.. include:: ../tables/nova-availabilityzones.rst
|
||||
|
||||
.. include:: ../tables/nova-barbican.rst
|
||||
|
||||
.. include:: ../tables/nova-ca.rst
|
||||
|
||||
.. include:: ../tables/nova-cells.rst
|
||||
|
||||
.. include:: ../tables/nova-common.rst
|
||||
|
||||
.. include:: ../tables/nova-compute.rst
|
||||
|
||||
.. include:: ../tables/nova-conductor.rst
|
||||
|
||||
.. include:: ../tables/nova-configdrive.rst
|
||||
|
||||
.. include:: ../tables/nova-console.rst
|
||||
|
||||
.. include:: ../tables/nova-cors.rst
|
||||
|
||||
.. include:: ../tables/nova-database.rst
|
||||
|
||||
.. include:: ../tables/nova-debug.rst
|
||||
|
||||
.. include:: ../tables/nova-ec2.rst
|
||||
|
||||
.. include:: ../tables/nova-ephemeral_storage_encryption.rst
|
||||
|
||||
.. include:: ../tables/nova-fping.rst
|
||||
|
||||
.. include:: ../tables/nova-glance.rst
|
||||
|
||||
.. include:: ../tables/nova-hyperv.rst
|
||||
|
||||
.. include:: ../tables/nova-hypervisor.rst
|
||||
|
||||
.. include:: ../tables/nova-ironic.rst
|
||||
|
||||
.. include:: ../tables/nova-ipv6.rst
|
||||
|
||||
.. include:: ../tables/nova-keymgr.rst
|
||||
|
||||
.. include:: ../tables/nova-ldap.rst
|
||||
|
||||
.. include:: ../tables/nova-libvirt.rst
|
||||
|
||||
.. include:: ../tables/nova-livemigration.rst
|
||||
|
||||
.. include:: ../tables/nova-logging.rst
|
||||
|
||||
.. include:: ../tables/nova-metadata.rst
|
||||
|
||||
.. include:: ../tables/nova-network.rst
|
||||
|
||||
.. include:: ../tables/nova-neutron.rst
|
||||
|
||||
.. include:: ../tables/nova-pci.rst
|
||||
|
||||
.. include:: ../tables/nova-periodic.rst
|
||||
|
||||
.. include:: ../tables/nova-policy.rst
|
||||
|
||||
.. include:: ../tables/nova-quobyte.rst
|
||||
|
||||
.. include:: ../tables/nova-quota.rst
|
||||
|
||||
.. include:: ../tables/nova-rdp.rst
|
||||
|
||||
.. include:: ../tables/nova-redis.rst
|
||||
|
||||
.. include:: ../tables/nova-s3.rst
|
||||
|
||||
.. include:: ../tables/nova-scheduler.rst
|
||||
|
||||
.. include:: ../tables/nova-serial_console.rst
|
||||
|
||||
.. include:: ../tables/nova-spice.rst
|
||||
|
||||
.. include:: ../tables/nova-testing.rst
|
||||
|
||||
.. include:: ../tables/nova-trustedcomputing.rst
|
||||
|
||||
.. include:: ../tables/nova-upgrade_levels.rst
|
||||
|
||||
.. include:: ../tables/nova-vmware.rst
|
||||
|
||||
.. include:: ../tables/nova-vnc.rst
|
||||
|
||||
.. include:: ../tables/nova-volumes.rst
|
||||
|
||||
.. include:: ../tables/nova-vpn.rst
|
||||
|
||||
.. include:: ../tables/nova-xen.rst
|
||||
|
||||
.. include:: ../tables/nova-xvpvncproxy.rst
|
||||
|
||||
.. include:: ../tables/nova-zookeeper.rst
|
9
doc/config-ref-rst/source/compute/config-samples.rst
Normal file
9
doc/config-ref-rst/source/compute/config-samples.rst
Normal file
@ -0,0 +1,9 @@
|
||||
==================================
|
||||
Compute sample configuration files
|
||||
==================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
config-options.rst
|
||||
sample-configuration-files.rst
|
10
doc/config-ref-rst/source/compute/policy.json.rst
Normal file
10
doc/config-ref-rst/source/compute/policy.json.rst
Normal file
@ -0,0 +1,10 @@
|
||||
===========
|
||||
policy.json
|
||||
===========
|
||||
|
||||
The ``policy.json`` file defines additional access controls
|
||||
that apply to the Compute service.
|
||||
|
||||
.. remote-code-block:: json
|
||||
|
||||
https://git.openstack.org/cgit/openstack/nova/plain/etc/nova/policy.json
|
15
doc/config-ref-rst/source/compute/rootwrap.conf.rst
Normal file
15
doc/config-ref-rst/source/compute/rootwrap.conf.rst
Normal file
@ -0,0 +1,15 @@
|
||||
=============
|
||||
rootwrap.conf
|
||||
=============
|
||||
|
||||
The ``rootwrap.conf`` file defines configuration values
|
||||
used by the rootwrap script when the Compute service needs
|
||||
to escalate its privileges to those of the root user.
|
||||
|
||||
It is also possible to disable the root wrapper, and default
|
||||
to sudo only. Configure the ``disable_rootwrap`` option in the
|
||||
``[workaround]`` section of the ``nova.conf`` configuration file.
|
||||
|
||||
.. remote-code-block:: ini
|
||||
|
||||
https://git.openstack.org/cgit/openstack/nova/plain/etc/nova/rootwrap.conf
|
@ -0,0 +1,11 @@
|
||||
=====================================
|
||||
Additional sample configuration files
|
||||
=====================================
|
||||
|
||||
Files in this section can be found in ``/etc/nova``.
|
||||
|
||||
.. toctree::
|
||||
|
||||
api-paste.ini.rst
|
||||
policy.json.rst
|
||||
rootwrap.conf.rst
|
Loading…
Reference in New Issue
Block a user