
This patch adds a user guide that describes how to use the Neutron/Nova integration with Designate. It provides examples for Nova instance, Neutron ports and floating IPs. Previously this information was split across Nova, Neutron, and Designate documentation. This patch also adds a "references" section to the documentation and adds a glossary document to help explain some of our terms. Change-Id: I2bcf4b7052e12801b95dd3a541d1e8535c82c17c
30 lines
845 B
ReStructuredText
30 lines
845 B
ReStructuredText
===========================================
|
|
Designate, a DNSaaS component for OpenStack
|
|
===========================================
|
|
|
|
Designate is a multi-tenant DNSaaS service for OpenStack. It provides a REST
|
|
API with integrated Keystone authentication. It can be configured to
|
|
auto-generate records based on Nova and Neutron actions. Designate supports
|
|
a variety of DNS servers including Bind9 and PowerDNS 4.
|
|
|
|
Contents
|
|
~~~~~~~~
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
intro/index
|
|
install/index
|
|
contributor/index
|
|
user/index
|
|
admin/index
|
|
configuration/index
|
|
cli/index
|
|
reference/index
|
|
|
|
For information on the Designate API, see the
|
|
`API Reference <https://docs.openstack.org/api-ref/dns/>`_.
|
|
|
|
This documentation is generated by the Sphinx toolkit and lives in the
|
|
`source tree <https://opendev.org/openstack/designate>`_.
|