From fca13053afa42f3558682b5f02004918a235c138 Mon Sep 17 00:00:00 2001 From: michaeltchapman Date: Wed, 2 Sep 2020 14:53:33 +1000 Subject: [PATCH] Add link to openstack client commands in cli doc section Make it a bit easier for users to find what commands are available. Change-Id: I0f194556ee5eb8a6068250d6af4c9cd570c1fdeb --- doc/source/cli/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/cli/index.rst b/doc/source/cli/index.rst index 74809f91a..d565402b5 100644 --- a/doc/source/cli/index.rst +++ b/doc/source/cli/index.rst @@ -1,11 +1,17 @@ Command-Line Interface Reference ================================ +Users can interact with designate using the Openstack client via the +commands provided by the `designate plugin`_ + Information on the commands available through Designate's Command Line Interface (CLI) can be found in this section. + .. toctree:: :maxdepth: 1 designate-manage designate-status + +.. _designate plugin: https://docs.openstack.org/python-openstackclient/latest/cli/plugin-commands/designate.html