Feilong Wang c8066c6115 Support CLI for /health and /products
Change-Id: Ic9e6136e29dde21f9dbf3219ed89bd39e763cd1b
2017-09-21 15:14:17 +12:00

54 lines
1.1 KiB
INI

[metadata]
name = python-distilclient
summary = Client library for Catalyst Cloud Rating API
description-file =
README.rst
license = Apache License, Version 2.0
author = Catalyst IT Cloud team
author-email = cloud@catalyst.net.nz
home-page = http://www.catalyst.net.nz/
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2.7
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
openstack.cli.extension =
rating = distilclient.cli
openstack.rating.v2 =
rating_health_get = distilclient.v2.cli:Health
rating_product_list = distilclient.v2.cli:ListProducts
[files]
packages =
distilclient
[nosetests]
where=tests
verbosity=2
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[wheel]
universal = 1