aee45cc4ab
This patch fixes the docs so that the API extensions documentation gets included. In passing, also update the API extensions index to include an extension that was not listed. Change-Id: Ia16cab2b29bbc121d940dc4ed9f033340935cde8
56 lines
1.6 KiB
ReStructuredText
56 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_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`
|
|
|