0fcd6c31c3
This patch enables tackerclient OSC plugin support. Co-Authored-By: yong sheng gong <gong.yongsheng@99cloud.net> Co-Authored-By: Trinath Somanchi <trinath.somanchi@nxp.com> This adds the first list VIM command. Change-Id: I75d430b00861ee9020d346cfb8ac8b736d36f47d Implements: blueprint tacker-support-python-openstackclient
53 lines
1.2 KiB
INI
53 lines
1.2 KiB
INI
[metadata]
|
|
name = python-tackerclient
|
|
summary = CLI and Client Library for OpenStack Tacker
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://docs.openstack.org/tacker/latest
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
tackerclient
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
tacker = tackerclient.shell:main
|
|
|
|
openstack.cli.extension =
|
|
tackerclient = tackerclient.osc.plugin
|
|
|
|
openstack.tackerclient.v1 =
|
|
vim_list = tackerclient.osc.v1.nfvo.vim:ListVIM
|
|
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[build_releasenotes]
|
|
all_files = 1
|
|
build-dir = releasenotes/build
|
|
source-dir = releasenotes/source
|
|
|
|
[wheel]
|
|
universal = 1
|