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
From RFC2606:
To reduce the likelihood of conflict and confusion, a few top level
domain names are reserved for use in private testing, as examples in
documentation, and the like.
Currently the documentation contains URLs that point to mycloud.com,
which is registered and not affiliated with OpenStack. It's better
to use example.com which exists for this purpose.
Change-Id: I7ebd9b2c0d650f15e5924798cc54611d47961f8f
blueprint sphinx-doc-cleanup
bug 944385
- Fix formatting and markup issues that produce error messages
- Update TOC lists for missing/new files
- Fix a few links
- Update instructions with dependencies for building the documentation
- Updated base on review comments from oubiwann to fix trailing whitespace in modified files
Change-Id: I589152bfab9c543d2b11fa8bed2344259aa90675
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
This code was getting confusing because of the ambiguity
between dns zones and openstack availability zones. 'Domain'
seems a bit clearer than 'zone' in this context.
For blueprint public-and-private-dns.
Change-Id: I1d420be2e6f2054ee4392ce762775ece20a823b3
Adding this functionality required the existing DNS api
to be rearranged considerably.
Nova needs to track some information about domains that is
outside the scope of the DNS driver, specifically the availability
zone of a private domain and the project of a public domain.
In order to track those attributes, this patch adds a new table
to the Nova database, dns_domains.
This patch perpetuates some naming ambiguities (e.g. zone vs. domain).
A future renaming patch will sort all this out.
For blueprint public-and-private-dns.
Change-Id: I80865207d34ab7c6e2afc5638863a299b3913f8e
Removed the dns driver function rename_entry(). Since 'name'
is the unique identifier for an entry, trying to rename things
causes various confusions. Better to leave the user to
delete and recreate.
For blueprint public-and-private-dns.
Change-Id: I766af01299b7b28ad8d9f6c072a8f3e049bd286b