Files
designate/doc/source/index.rst
Michael Johnson 2fc736c627 Add a user guide for Neutron/Nova DNS integration
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
2022-07-22 22:50:24 +00:00

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>`_.