Resolves unclear formatting of compute extensions documentation at http://nova.openstack.org/api_ext/index.html The rst extensions template has been updated to include extension name as top level hierarchy, and demote all other content. All existing documentation pages have been reformatted as per the updated template. The ext_aggreagates.rst file has also been added to index.rst. Amendments: - Author added to Authors file - Typo in ext_volumes.rst fixed Change-Id: Id67ef91a6e8eaaf4fba46abbd57759c77aaf8991
57 lines
1.6 KiB
ReStructuredText
57 lines
1.6 KiB
ReStructuredText
..
|
|
Copyright 2011 United States Government as represented by the
|
|
Administrator of the National Aeronautics and Space Administration.
|
|
All Rights Reserved.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
not use this file except in compliance with the License. You may obtain
|
|
a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
License for the specific language governing permissions and limitations
|
|
under the License.
|
|
|
|
Compute API Extensions
|
|
======================
|
|
|
|
In this section you will find extension reference information. If you need to write an extension's reference page, you can find an RST template in doc/source/api_ext/rst_extension_template.rst.
|
|
|
|
The Compute API specification is published to http://docs.openstack.org/api and the source is found in https://github.com/openstack/compute-api. These extensions extend the core API.
|
|
|
|
Extensions
|
|
----------
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
ext_aggregates.rst
|
|
ext_config_drive.rst
|
|
ext_floating_ip_dns.rst
|
|
ext_floating_ips.rst
|
|
ext_keypairs.rst
|
|
ext_multinic.rst
|
|
ext_quotas.rst
|
|
ext_rescue.rst
|
|
ext_security_group.rst
|
|
ext_virtual_interfaces.rst
|
|
ext_volumes.rst
|
|
|
|
API Reference
|
|
-------------
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
../api/autoindex
|
|
|
|
|
|
Indices and tables
|
|
------------------
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|