diff options
| author | Erik Olof Gunnar Andersson <eandersson@blizzard.com> | 2019-09-10 19:45:29 -0700 |
|---|---|---|
| committer | Erik Olof Gunnar Andersson <eandersson@blizzard.com> | 2019-09-10 20:53:25 -0700 |
| commit | 093d8d7170cbf6ef8c7a7c0ff2a4dcd7ecd6361b (patch) | |
| tree | aaa453be6cf3df5cf18937694059911329163bf3 /doc/source/index.rst | |
| parent | 5c9bbbfac8f03be416b268798045b5814c3fbe06 (diff) | |
| download | python-designateclient-train-em.tar.gz | |
The v1 has officially been removed from Designate since
the Queens release, and was deperecated long before that.
Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
Diffstat (limited to 'doc/source/index.rst')
| -rw-r--r-- | doc/source/index.rst | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 0d91923..9deab3e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -2,28 +2,14 @@ python-designateclient ====================== -python-designateclient provides python bindings and command line tools for both -Designate v1 and v2 APIs. +python-designateclient provides python bindings and command line tools for Designate v2 APIs. The :ref:`Python API bindings <bindings>` are provided by the :program:`designateclient` module. -There are two separate command line interfaces to work with the two API -versions: - -v2: the designate plugin for the :program:`openstack` command line tool. More information can be +The designate plugin for the :program:`openstack` command line tool. More information can be found on the :ref:`designate v2 command line tool page <shell-v2>`. -v1: the :program:`designate` command line tool. More information can be found -on the :ref:`designate v1 command line tool page <shell>`. - -.. warning:: - - The V1 API was removed in Queens, and cannot be re-enabled. - The :program:`designate` command line tool will no longer function on - installs newer than Queens. - - You'll need credentials for an OpenStack cloud that implements the Designate API in order to use the client. @@ -32,7 +18,6 @@ API in order to use the client. install/index user/index - cli/index contributor/index reference/index @@ -41,5 +26,3 @@ API in order to use the client. * :ref:`genindex` * :ref:`modindex` * :ref:`search` - -.. _Cloud DNS: http://www.hpcloud.com/products-services/dns |
