designate/doc/source/index.rst
Graham Hayes 8fabf5f6f9 Add scheduler for pools
This adds a scheduler to central to decide what pool to place a newly
created zone in.

Change-Id: Ie4146212209fa4b22bc271e3f4ce76104090ac9b
2016-03-14 20:59:58 +00:00

94 lines
1.6 KiB
ReStructuredText

Designate, a DNSaaS component for OpenStack
===========================================
Designate provides DNSaaS services for OpenStack:
* REST API for domain & record management
* Multi-tenant
* Integrated with Keystone for authentication
* Framework in place to integrate with Nova and Neutron notifications (for auto-generated records)
* Support for PowerDNS and Bind9 out of the box
This document describes Designate for users & contributors of the project.
This documentation is generated by the Sphinx toolkit and lives in the `source tree`_. Additional documentation on Designate may
also be found on the `OpenStack wiki`_.
Install Guides
==============
.. toctree::
:maxdepth: 1
:glob:
install/*
Upgrade Guides
==============
.. toctree::
:maxdepth: 1
:glob:
upgrade/*
How To Guides
=============
.. toctree::
:maxdepth: 1
:glob:
howtos/*
Reference Documentation
=======================
.. toctree::
:maxdepth: 1
architecture
getting-involved
developer-guidelines
production-guidelines
production-architecture
configuration
rest
devstack
related
glossary
backends
integrations
functional-tests
gmr
support-matrix
pools
Source Documentation
====================
.. toctree::
:maxdepth: 3
api
backend
central
mdns
objects
quota
sink
storage
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. _OpenStack Wiki: https://wiki.openstack.org/wiki/Designate
.. _source tree: https://git.openstack.org/cgit/openstack/designate