1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
======================
python-designateclient
======================
This is a client for Designate API. There's a :doc:`Python API
<api>` (the :program:`designateclient` module), and a :doc:`command-line tool
<shell>` (installed as :program:`designate`).
You'll need credentials for an OpenStack cloud that is implementing the Designate API ,
such as HP's `Cloud DNS`_, in order to use the designate client.
Contents
======================
.. toctree::
:maxdepth: 1
installation
bindings
shell
shell-examples
contributing
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. _Cloud DNS: http://www.hpcloud.com/products-services/dns
|