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
2018-07-11 16:28:56 +09:00
2018-06-19 17:57:14 +09:00
2018-06-07 17:57:58 +09:00
2015-10-17 22:38:05 +00:00
2018-06-07 17:57:58 +09:00
2018-03-22 18:04:32 -04:00
2018-03-26 00:44:22 -07:00
2018-01-17 15:53:57 +08:00
2018-06-07 17:57:58 +09:00
2018-06-19 17:57:14 +09:00
2017-03-02 11:55:27 +00:00
2014-07-04 19:10:48 +09:00
2018-06-07 17:57:58 +09:00
2018-06-25 01:11:32 +09:00

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

  1. Clone python-tackerclient repository.
$ cd ~/
$ git clone https://github.com/openstack/python-tackerclient -b <branch_name>
  1. 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

Description
NFV Orchestration (Tacker) Client
Readme 6.9 MiB
Languages
Python 100%