NFV Orchestration (Tacker) Client
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Ayumu Ueha 82bf387f77 Fix tox4 error
Remove skipsdist that it was never supported and causes breakage
when used with usedevelop.

Change-Id: Ia0c03eaa5474f13600880dd6eca79d284bba5ca8
5 months ago
doc Add docs for cnf auto heal and scale 9 months ago
releasenotes Update master for stable/zed 9 months ago
tackerclient Add support cnf auto heal and scale 9 months ago
tools Avoid tox_install.sh for constraints support 6 years ago
.coveragerc Change ignore-errors to ignore_errors 8 years ago
.gitignore Switch to using stestr 5 years ago
.gitreview OpenDev Migration Patch 4 years ago
.pylintrc import python-neutronclient of 1bce6e437e2dd1fa5de6fc2ccdd0ee8ac3f44d18 9 years ago
.stestr.conf Switch to using stestr 5 years ago
.zuul.yaml Switch to 2023.1 Python3 unit tests and generic template name 9 months ago
CONTRIBUTING.rst Fix the old doc links 5 years ago
HACKING.rst Trivial: Update HACKING.rst with stestr 5 years ago
LICENSE import python-neutronclient of 1bce6e437e2dd1fa5de6fc2ccdd0ee8ac3f44d18 9 years ago
MANIFEST.in import python-neutronclient of 1bce6e437e2dd1fa5de6fc2ccdd0ee8ac3f44d18 9 years ago
README.rst Replace git.openstack.org URLs with opendev.org URLs 4 years ago
requirements.txt Drop six support 3 years ago
setup.cfg Update python classifier for python 3.10 5 months ago
setup.py Cleanup py27 support 3 years ago
tacker_test.sh rename neutron to tacker 9 years ago
test-requirements.txt Move python-tackerclient to new hacking 4.0.0 3 years ago
tox.ini Fix tox4 error 5 months ago

README.rst

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