summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Harbott <j.harbott@x-ion.de>2019-09-17 09:33:10 +0000
committerJens Harbott <j.harbott@x-ion.de>2019-09-17 09:38:13 +0000
commit3401ce05deb1dcaff7ac698626baab689ee9d05b (patch)
treeb871b4ec1d1cd635717b96e9b3528856991ff95f
parent093d8d7170cbf6ef8c7a7c0ff2a4dcd7ecd6361b (diff)
downloadpython-designateclient-3401ce05deb1dcaff7ac698626baab689ee9d05b.tar.gz
More cleanup
- Add .testrepository dir to .gitignore - Add releasenote jobs - Remove further v1 references from docs Change-Id: I178185e9add3d542277255d692e18a8e46ba85d6
-rw-r--r--.gitignore1
-rw-r--r--.zuul.yaml1
-rw-r--r--doc/source/index.rst8
-rw-r--r--doc/source/user/shell-v2.rst6
4 files changed, 10 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 3744801..7d0e909 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,5 +22,6 @@ doc/build/*
dist
designateclient/versioninfo
.stestr/
+.testrepository/
*.log
.idea/
diff --git a/.zuul.yaml b/.zuul.yaml
index 2b0c758..36e241f 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -8,5 +8,6 @@
- openstack-python3-train-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
+ - release-notes-jobs-python3
gate:
queue: designate
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 9deab3e..a4aa7c3 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -2,13 +2,15 @@
python-designateclient
======================
-python-designateclient provides python bindings and command line tools for Designate v2 APIs.
+python-designateclient provides python bindings and command line tools for the
+Designate v2 APIs.
The :ref:`Python API bindings <bindings>` are provided by the
:program:`designateclient` module.
-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>`.
+The designate plugin can be used via the :program:`openstack` command line tool.
+More information can be
+found on the :ref:`designate command line tool page <shell-v2>`.
You'll need credentials for an OpenStack cloud that implements the Designate
API in order to use the client.
diff --git a/doc/source/user/shell-v2.rst b/doc/source/user/shell-v2.rst
index 58d5c3e..a15abc8 100644
--- a/doc/source/user/shell-v2.rst
+++ b/doc/source/user/shell-v2.rst
@@ -1,8 +1,8 @@
.. _shell-v2:
-===========================
-OpenStack CLI (v2 API only)
-===========================
+=============
+OpenStack CLI
+=============
The python-designateclient package comes with a plugin for the openstack
command line tool (installed as :program:`openstack`). This can be used to