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.
![]() Remove skipsdist that it was never supported and causes breakage when used with usedevelop. Change-Id: Ia0c03eaa5474f13600880dd6eca79d284bba5ca8 |
5 months ago | |
---|---|---|
doc | 9 months ago | |
releasenotes | 9 months ago | |
tackerclient | 9 months ago | |
tools | 6 years ago | |
.coveragerc | 8 years ago | |
.gitignore | 5 years ago | |
.gitreview | 4 years ago | |
.pylintrc | 9 years ago | |
.stestr.conf | 5 years ago | |
.zuul.yaml | 9 months ago | |
CONTRIBUTING.rst | 5 years ago | |
HACKING.rst | 5 years ago | |
LICENSE | 9 years ago | |
MANIFEST.in | 9 years ago | |
README.rst | 4 years ago | |
requirements.txt | 3 years ago | |
setup.cfg | 5 months ago | |
setup.py | 3 years ago | |
tacker_test.sh | 9 years ago | |
test-requirements.txt | 3 years ago | |
tox.ini | 5 months ago |
README.rst
Team and repository tags
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
- Python-tackerclient documentation: https://docs.openstack.org/python-tackerclient/latest/
- Tacker Documentation: https://docs.openstack.org/tacker/latest/
- Tacker Wiki: https://wiki.openstack.org/wiki/Tacker
- Release Notes: https://docs.openstack.org/releasenotes/python-tackerclient