From c414045f7b2555f5b4c78169f000247f4fa36074 Mon Sep 17 00:00:00 2001 From: Nguyen Hai Date: Tue, 19 Jun 2018 17:51:40 +0900 Subject: [PATCH] Update homepage link in setup.cfg This patch also add a note about deprecation of 'tacker' command line. Change-Id: I24b179ec35f0ff6476caa05d800b242ddb392257 --- doc/source/admin/index.rst | 5 +++++ setup.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/source/admin/index.rst b/doc/source/admin/index.rst index 1def4edcc..cd013044a 100644 --- a/doc/source/admin/index.rst +++ b/doc/source/admin/index.rst @@ -23,6 +23,11 @@ There are two Command-Line Interfaces (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 d19c7bee8..bcdde1974 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 = http://docs.openstack.org/developer/tacker/ +home-page = https://docs.openstack.org/tacker/ classifier = Environment :: OpenStack Intended Audience :: Information Technology