Cong Phuoc Hoang
ba372bfcfd
Updates in NS and VNFFG list commands
This patch will do 2 things: 1. Add 'vnf_ids' and 'vnffg_ids' fields as outputs from network service list command. Users can know which VNFs or VNFFG, that belongs to specific NS. 2. Add 'ns_id' fields to VNFFG list command, that shows which network service the current VNFFG belongs to it. Partially-implements: blueprint vnffg-ns Change-Id: If6c5550f94e676fb2062e32ddc069acd5dfb6490
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/
- Tacker Documentation: https://docs.openstack.org/tacker/
- Tacker Wiki: https://wiki.openstack.org/wiki/Tacker
Description
Languages
Python
100%