More cleanup
- Add .testrepository dir to .gitignore - Add releasenote jobs - Remove further v1 references from docs Change-Id: I178185e9add3d542277255d692e18a8e46ba85d6
This commit is contained in:
parent
093d8d7170
commit
3401ce05de
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,5 +22,6 @@ doc/build/*
|
||||
dist
|
||||
designateclient/versioninfo
|
||||
.stestr/
|
||||
.testrepository/
|
||||
*.log
|
||||
.idea/
|
||||
|
@ -8,5 +8,6 @@
|
||||
- openstack-python3-train-jobs
|
||||
- openstackclient-plugin-jobs
|
||||
- publish-openstack-docs-pti
|
||||
- release-notes-jobs-python3
|
||||
gate:
|
||||
queue: designate
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user