openstack · OpenDev: Free Software Needs Free Tools

root 13edf78fff Update master for stable/2025.2

Add file to the reno documentation build to show release notes for
stable/2025.2.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2025.2.
Sem-Ver: feature
Change-Id: Ib0170f6d2262c071050b3211a9280def4aba7d49
Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/add_release_note_page.sh

2025-09-18 15:12:39 +00:00

2023-11-01 10:45:04 +09:00

2025-09-18 15:12:39 +00:00

2025-07-25 10:37:54 +00:00

2017-12-02 16:59:28 +00:00

2015-09-21 15:27:14 +00:00

2018-06-07 17:57:58 +09:00

2019-04-19 19:32:16 +00:00

2014-07-04 19:10:19 +09:00

2018-06-07 17:57:58 +09:00

2022-09-14 09:28:28 +00:00

2018-03-26 00:44:22 -07:00

2018-07-25 01:48:31 +00:00

2014-07-04 19:10:19 +09:00

2014-07-04 19:10:19 +09:00

2019-06-19 15:48:59 +08:00

2024-09-01 18:04:53 +00:00

2023-12-08 02:29:05 +00:00

2020-04-04 17:15:39 +02:00

2024-12-05 13:32:00 +09:00

2023-01-12 05:08:29 +00:00

Team and repository tags

image

NFV Orchestration (Tacker) Client

CLI and Client Library for OpenStack Tacker

Installation

Note: The paths we are using for configuration files in these steps are with reference to Ubuntu Operating System. The paths may vary for other Operating Systems.

The branch_name which is used in commands, specify the branch_name as stable/<branch> for any stable branch installation. For eg: stable/queens, stable/pike. If unspecified the default will be master branch.

Using python install

Clone python-tackerclient repository.

$ cd ~/
$ git clone https://github.com/openstack/python-tackerclient -b <branch_name>

Install python-tackerclient.

$ cd python-tackerclient
$ sudo python setup.py install

Using pip

You can also install the latest version by using pip command:

$ pip install python-tackerclient

Or, if it is needed to install python-tackerclient from master branch, type

$ pip install git+https://github.com/openstack/python-tackerclient.git

More Information

Read the original on opendev.org ↗