You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 weeks ago | |
---|---|---|
doc | 1 year ago | |
releasenotes | 6 months ago | |
tackerclient | 4 weeks ago | |
tools | 5 years ago | |
.coveragerc | 7 years ago | |
.gitignore | 4 years ago | |
.gitreview | 3 years ago | |
.pylintrc | 8 years ago | |
.stestr.conf | 4 years ago | |
.zuul.yaml | 1 month ago | |
CONTRIBUTING.rst | 4 years ago | |
HACKING.rst | 4 years ago | |
LICENSE | 8 years ago | |
MANIFEST.in | 8 years ago | |
README.rst | 3 years ago | |
requirements.txt | 2 years ago | |
setup.cfg | 4 weeks ago | |
setup.py | 2 years ago | |
tacker_test.sh | 8 years ago | |
test-requirements.txt | 2 years ago | |
tox.ini | 8 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