diff --git a/doc/source/cli/index.rst b/doc/source/cli/index.rst index 9d836a6f..ecd37ab1 100644 --- a/doc/source/cli/index.rst +++ b/doc/source/cli/index.rst @@ -28,6 +28,12 @@ There are two CLIs which support the Tacker API: `__ and `tacker CLI `. +.. note:: + + Deprecated: 'tacker' command line is deprecated, will be deleted after + Rocky is released. Please use 'openstack' client command line instead. + + Tacker CLI ---------- diff --git a/setup.cfg b/setup.cfg index 32038be6..8b6753a6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = https://docs.openstack.org/tacker/latest +home-page = https://docs.openstack.org/python-tackerclient/ classifier = Environment :: OpenStack Intended Audience :: Developers @@ -81,16 +81,6 @@ openstack.tackerclient.v1 = vnf_chain_show = tackerclient.osc.v1.nfvo.vnffg:ShowSFC -[build_sphinx] -builders = html,man -source-dir = doc/source -build-dir = doc/build -all-files = 1 -warning-is-error = 1 - -[upload_sphinx] -upload-dir = doc/build/html - [build_releasenotes] all_files = 1 build-dir = releasenotes/build