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
Yasufumi Ogawa 754f6df5a7 Drop six support
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 Switch to newer openstackdocstheme and reno versions 3 years ago
releasenotes Update master for stable/victoria 3 years ago
tackerclient Drop six support 3 years 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 Add Python3 wallaby unit tests 3 years 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
lower-constraints.txt Drop six support 3 years ago
requirements.txt Drop six support 3 years ago
setup.cfg Support of RollbackVNF command in openstackclient 3 years ago
setup.py Cleanup py27 support 3 years ago
tacker_test.sh rename neutron to tacker 9 years ago
test-requirements.txt Use unittest.mock instead of third party mock 3 years ago
tox.ini Add py38 as a runtime in tox.ini 3 years 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