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.
![]() This update is to drop all of six support to move Closes-bug: #1900389 Change-Id: Ia6c61751203e98d432344dc9a52fe65bdb062af0 Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com> |
3 years ago | |
---|---|---|
doc | 3 years ago | |
releasenotes | 3 years ago | |
tackerclient | 3 years 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 | 3 years 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 | |
lower-constraints.txt | 3 years ago | |
requirements.txt | 3 years ago | |
setup.cfg | 3 years ago | |
setup.py | 3 years ago | |
tacker_test.sh | 9 years ago | |
test-requirements.txt | 3 years ago | |
tox.ini | 3 years 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