![Hanxi Liu](/assets/img/avatar_default.png)
The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings. Change-Id: I6285c437afecf838ec1357633369b01d31599e5c
86 lines
2.3 KiB
INI
86 lines
2.3 KiB
INI
[metadata]
|
|
name = aodhclient
|
|
summary = Python client library for Aodh
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://docs.openstack.org/developer/python-aodhclient
|
|
classifier =
|
|
Environment :: OpenStack
|
|
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 =
|
|
aodhclient
|
|
|
|
[extras]
|
|
test =
|
|
coverage>=3.6
|
|
python-subunit>=0.0.18
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
reno>=1.6.2 # Apache2
|
|
tempest>=10
|
|
testrepository>=0.0.18
|
|
testtools>=1.4.0
|
|
pifpaf>=0.23
|
|
mock>=1.2 # BSD
|
|
doc =
|
|
sphinx!=1.2.0,!=1.3b1,>=1.1.2
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
aodh = aodhclient.shell:main
|
|
|
|
keystoneauth1.plugin =
|
|
aodh-noauth = aodhclient.noauth:AodhNoAuthLoader
|
|
|
|
openstack.cli.extension =
|
|
metric = aodhclient.osc
|
|
|
|
openstack.alarming.v2 =
|
|
alarm create = aodhclient.v2.alarm_cli:CliAlarmCreate
|
|
alarm list = aodhclient.v2.alarm_cli:CliAlarmList
|
|
alarm show = aodhclient.v2.alarm_cli:CliAlarmShow
|
|
alarm delete = aodhclient.v2.alarm_cli:CliAlarmDelete
|
|
alarm update = aodhclient.v2.alarm_cli:CliAlarmUpdate
|
|
alarm state get = aodhclient.v2.alarm_cli:CliAlarmStateGet
|
|
alarm state set = aodhclient.v2.alarm_cli:CliAlarmStateSet
|
|
alarm-history search = aodhclient.v2.alarm_history_cli:CliAlarmHistorySearch
|
|
alarm-history show = aodhclient.v2.alarm_history_cli:CliAlarmHistoryShow
|
|
alarming capabilities list = aodhclient.v2.capabilities_cli:CliCapabilitiesList
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[compile_catalog]
|
|
directory = aodhclient/locale
|
|
domain = aodhclient
|
|
|
|
[update_catalog]
|
|
domain = aodhclient
|
|
output_dir = aodhclient/locale
|
|
input_file = aodhclient/locale/aodhclient.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = aodhclient/locale/aodhclient.pot
|
|
|
|
[wheel]
|
|
universal = 1
|