summaryrefslogtreecommitdiff
path: root/doc/source/cli
diff options
context:
space:
mode:
authorKaifeng Wang <kaifeng.w@gmail.com>2019-05-08 16:01:06 +0800
committerKaifeng Wang <kaifeng.w@gmail.com>2019-05-08 16:01:06 +0800
commit5e8680c11e7c1fac53c354ff94411da578e58f4f (patch)
treed763d275f136e7fb868de908a4e59fc510f44e7a /doc/source/cli
parent060029ffcae8bbbd2315947cd059b701b5c31c39 (diff)
downloadpython-ironicclient-5e8680c11e7c1fac53c354ff94411da578e58f4f.tar.gz
Fetch requirements from opendev
As well as doc updates Change-Id: I994dfe226d81494c01c105e5c62c4fe7c3b9875e
Diffstat (limited to 'doc/source/cli')
-rw-r--r--doc/source/cli/ironic_client.rst2
-rw-r--r--doc/source/cli/osc_plugin_cli.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/cli/ironic_client.rst b/doc/source/cli/ironic_client.rst
index 81b5a9d..7ee6b5e 100644
--- a/doc/source/cli/ironic_client.rst
+++ b/doc/source/cli/ironic_client.rst
@@ -59,7 +59,7 @@ environment variable. (It defaults to the first in the list returned.)
Ironic CLI supports bash completion. The command-line tool can automatically
fill partially typed commands. To use this feature, source the below file
(available at
-https://git.openstack.org/cgit/openstack/python-ironicclient/tree/tools/ironic.bash_completion)
+https://opendev.org/openstack/python-ironicclient/src/branch/master/tools/ironic.bash_completion)
to your terminal and then bash completion should work::
$ . ironic.bash_completion
diff --git a/doc/source/cli/osc_plugin_cli.rst b/doc/source/cli/osc_plugin_cli.rst
index bd0de9c..e3e9805 100644
--- a/doc/source/cli/osc_plugin_cli.rst
+++ b/doc/source/cli/osc_plugin_cli.rst
@@ -46,8 +46,8 @@ or set the corresponding environment variables::
This CLI is provided by python-openstackclient and osc-lib projects:
-* https://git.openstack.org/openstack/python-openstackclient
-* https://git.openstack.org/openstack/osc-lib
+* https://opendev.org/openstack/python-openstackclient
+* https://opendev.org/openstack/osc-lib
Getting help