diff options
| author | Russell Bryant <rbryant@redhat.com> | 2012-02-15 18:51:36 -0500 |
|---|---|---|
| committer | Russell Bryant <rbryant@redhat.com> | 2012-02-15 18:52:45 -0500 |
| commit | aee45cc4abdc0ae311cfb22a08a0fee1139b4fd0 (patch) | |
| tree | 026bedcc2f4c77556cd742e242c63c77b8a0122a /doc/source | |
| parent | f69b0923b8a81bad075d1972cd342d4d018f8170 (diff) | |
| download | nova-aee45cc4abdc0ae311cfb22a08a0fee1139b4fd0.tar.gz nova-aee45cc4abdc0ae311cfb22a08a0fee1139b4fd0.tar.xz nova-aee45cc4abdc0ae311cfb22a08a0fee1139b4fd0.zip | |
Fix API extensions documentation, bug 931516.
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
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/api_ext/index.rst | 1 | ||||
| -rw-r--r-- | doc/source/index.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/api_ext/index.rst b/doc/source/api_ext/index.rst index 320241051..69858008b 100644 --- a/doc/source/api_ext/index.rst +++ b/doc/source/api_ext/index.rst @@ -28,6 +28,7 @@ Extensions :maxdepth: 3 ext_config_drive.rst + ext_floating_ip_dns.rst ext_floating_ips.rst ext_keypairs.rst ext_multinic.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index c1a41d107..e16cd3dc4 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -70,7 +70,7 @@ API Extensions .. toctree:: :maxdepth: 1 - api_ext/index + api_ext/index Outstanding Documentation Tasks =============================== |
