
This provides a brief explanation of the new nova-api-wsgi [1] and nova-metadata-wsgi [2] scripts in the Architecture section of the devref with links to the new doc added to the man pages for the eventlet scripts. The nova-api.rst mentioned ec2 so figured best to fix that now rather than forget about it, despite not being entirely germane. There is also a reno note that indicates the availability of the new scripts. There is a devstack change which is testing the new wsgi scripts as well as forcing grenade to not use them at If2d7e363a6541854f2e30c03171bef7a41aff745 [1] I7c4acfaa6c50ac0e4d6de69eb62ec5bbad72ff85 [2] Icb35fe2b94ab02c0ba8ba8129ae18aae0f794756 Change-Id: I351b2af3b256d3031bd2a65feba0495e815f8427 Related-Bug: #1661360
50 lines
957 B
ReStructuredText
50 lines
957 B
ReStructuredText
====================
|
|
nova-api-os-compute
|
|
====================
|
|
|
|
-------------------------------------------
|
|
Server for the Nova OpenStack Compute APIs
|
|
-------------------------------------------
|
|
|
|
:Author: openstack@lists.openstack.org
|
|
:Date: 2012-09-27
|
|
:Copyright: OpenStack Foundation
|
|
:Version: 2012.1
|
|
:Manual section: 1
|
|
:Manual group: cloud computing
|
|
|
|
SYNOPSIS
|
|
========
|
|
|
|
nova-api-os-compute [options]
|
|
|
|
DESCRIPTION
|
|
===========
|
|
|
|
nova-api-os-compute is a server daemon that serves the Nova OpenStack Compute 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
|
|
========
|
|
|
|
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
|
* `Using WSGI with Nova <https://docs.openstack.org/devloper/nova/wsgi.html>`__
|
|
|
|
BUGS
|
|
====
|
|
|
|
* Nova bugs are managed at Launchpad `Bugs : Nova <https://bugs.launchpad.net/nova>`__
|