2015-06-04 14:59:34 +02:00
|
|
|
[metadata]
|
|
|
|
|
name = python-watcherclient
|
|
|
|
|
summary = Python client library for Watcher API
|
|
|
|
|
description-file =
|
|
|
|
|
README.rst
|
|
|
|
|
author = OpenStack
|
2018-12-04 04:13:05 +00:00
|
|
|
author-email = openstack-discuss@lists.openstack.org
|
2017-07-24 13:54:35 +08:00
|
|
|
home-page = https://docs.openstack.org/python-watcherclient/latest/
|
2015-06-04 14:59:34 +02:00
|
|
|
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
|
2018-11-30 07:40:57 +00:00
|
|
|
Programming Language :: Python :: 3.6
|
2019-07-03 11:18:27 +08:00
|
|
|
Programming Language :: Python :: 3.7
|
2015-06-04 14:59:34 +02:00
|
|
|
|
|
|
|
|
[files]
|
|
|
|
|
packages =
|
|
|
|
|
watcherclient
|
|
|
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
|
console_scripts =
|
2016-05-24 15:51:45 +02:00
|
|
|
watcher = watcherclient.shell:main
|
2015-06-04 14:59:34 +02:00
|
|
|
|
2016-04-29 11:55:29 +02:00
|
|
|
openstack.cli.extension =
|
2016-11-27 20:13:55 +05:30
|
|
|
infra_optim = watcherclient.osc.plugin
|
2016-04-29 11:55:29 +02:00
|
|
|
|
|
|
|
|
# Entry points for the 'openstack' command
|
|
|
|
|
openstack.infra_optim.v1 =
|
2016-05-24 15:51:45 +02:00
|
|
|
optimize_goal_show = watcherclient.v1.goal_shell:ShowGoal
|
|
|
|
|
optimize_goal_list = watcherclient.v1.goal_shell:ListGoal
|
2016-04-29 11:55:29 +02:00
|
|
|
|
2016-05-24 15:51:45 +02:00
|
|
|
optimize_strategy_show = watcherclient.v1.strategy_shell:ShowStrategy
|
|
|
|
|
optimize_strategy_list = watcherclient.v1.strategy_shell:ListStrategy
|
2017-11-28 17:28:54 +03:00
|
|
|
optimize_strategy_state = watcherclient.v1.strategy_shell:StateStrategy
|
2016-04-29 12:13:06 +02:00
|
|
|
|
2016-05-24 15:51:45 +02:00
|
|
|
optimize_audittemplate_show = watcherclient.v1.audit_template_shell:ShowAuditTemplate
|
|
|
|
|
optimize_audittemplate_list = watcherclient.v1.audit_template_shell:ListAuditTemplate
|
|
|
|
|
optimize_audittemplate_create = watcherclient.v1.audit_template_shell:CreateAuditTemplate
|
|
|
|
|
optimize_audittemplate_update = watcherclient.v1.audit_template_shell:UpdateAuditTemplate
|
|
|
|
|
optimize_audittemplate_delete = watcherclient.v1.audit_template_shell:DeleteAuditTemplate
|
2016-04-29 12:16:51 +02:00
|
|
|
|
2016-05-24 15:51:45 +02:00
|
|
|
optimize_audit_show = watcherclient.v1.audit_shell:ShowAudit
|
|
|
|
|
optimize_audit_list = watcherclient.v1.audit_shell:ListAudit
|
|
|
|
|
optimize_audit_create = watcherclient.v1.audit_shell:CreateAudit
|
|
|
|
|
optimize_audit_update = watcherclient.v1.audit_shell:UpdateAudit
|
|
|
|
|
optimize_audit_delete = watcherclient.v1.audit_shell:DeleteAudit
|
2016-04-29 12:18:08 +02:00
|
|
|
|
2016-05-24 15:51:45 +02:00
|
|
|
optimize_actionplan_show = watcherclient.v1.action_plan_shell:ShowActionPlan
|
2019-01-14 13:26:10 +03:00
|
|
|
optimize_actionplan_delete = watcherclient.v1.action_plan_shell:DeleteActionPlan
|
2016-05-24 15:51:45 +02:00
|
|
|
optimize_actionplan_list = watcherclient.v1.action_plan_shell:ListActionPlan
|
|
|
|
|
optimize_actionplan_update = watcherclient.v1.action_plan_shell:UpdateActionPlan
|
|
|
|
|
optimize_actionplan_start = watcherclient.v1.action_plan_shell:StartActionPlan
|
2017-05-30 09:21:57 +00:00
|
|
|
optimize_actionplan_cancel = watcherclient.v1.action_plan_shell:CancelActionPlan
|
2016-04-29 12:19:40 +02:00
|
|
|
|
2016-05-24 15:51:45 +02:00
|
|
|
optimize_action_show = watcherclient.v1.action_shell:ShowAction
|
|
|
|
|
optimize_action_list = watcherclient.v1.action_shell:ListAction
|
2016-04-29 12:20:24 +02:00
|
|
|
|
2016-06-15 11:51:56 +00:00
|
|
|
optimize_scoringengine_show = watcherclient.v1.scoring_engine_shell:ShowScoringEngine
|
|
|
|
|
optimize_scoringengine_list = watcherclient.v1.scoring_engine_shell:ListScoringEngine
|
|
|
|
|
|
2016-09-21 00:13:20 +03:00
|
|
|
optimize_service_show = watcherclient.v1.service_shell:ShowService
|
|
|
|
|
optimize_service_list = watcherclient.v1.service_shell:ListService
|
|
|
|
|
|
2019-08-16 16:56:29 +08:00
|
|
|
optimize_datamodel_list = watcherclient.v1.data_model_shell:ListDataModel
|
|
|
|
|
|
2016-04-29 11:55:29 +02:00
|
|
|
# The same as above but used by the 'watcher' command
|
|
|
|
|
watcherclient.v1 =
|
2016-05-24 15:51:45 +02:00
|
|
|
goal_show = watcherclient.v1.goal_shell:ShowGoal
|
|
|
|
|
goal_list = watcherclient.v1.goal_shell:ListGoal
|
|
|
|
|
|
|
|
|
|
strategy_show = watcherclient.v1.strategy_shell:ShowStrategy
|
|
|
|
|
strategy_list = watcherclient.v1.strategy_shell:ListStrategy
|
2017-11-28 17:28:54 +03:00
|
|
|
strategy_state = watcherclient.v1.strategy_shell:StateStrategy
|
2016-05-24 15:51:45 +02:00
|
|
|
|
|
|
|
|
audittemplate_show = watcherclient.v1.audit_template_shell:ShowAuditTemplate
|
|
|
|
|
audittemplate_list = watcherclient.v1.audit_template_shell:ListAuditTemplate
|
|
|
|
|
audittemplate_create = watcherclient.v1.audit_template_shell:CreateAuditTemplate
|
|
|
|
|
audittemplate_update = watcherclient.v1.audit_template_shell:UpdateAuditTemplate
|
|
|
|
|
audittemplate_delete = watcherclient.v1.audit_template_shell:DeleteAuditTemplate
|
|
|
|
|
|
|
|
|
|
audit_show = watcherclient.v1.audit_shell:ShowAudit
|
|
|
|
|
audit_list = watcherclient.v1.audit_shell:ListAudit
|
|
|
|
|
audit_create = watcherclient.v1.audit_shell:CreateAudit
|
|
|
|
|
audit_update = watcherclient.v1.audit_shell:UpdateAudit
|
|
|
|
|
audit_delete = watcherclient.v1.audit_shell:DeleteAudit
|
|
|
|
|
|
|
|
|
|
actionplan_show = watcherclient.v1.action_plan_shell:ShowActionPlan
|
|
|
|
|
actionplan_list = watcherclient.v1.action_plan_shell:ListActionPlan
|
|
|
|
|
actionplan_update = watcherclient.v1.action_plan_shell:UpdateActionPlan
|
|
|
|
|
actionplan_start = watcherclient.v1.action_plan_shell:StartActionPlan
|
|
|
|
|
actionplan_delete = watcherclient.v1.action_plan_shell:DeleteActionPlan
|
2017-05-30 09:21:57 +00:00
|
|
|
actionplan_cancel = watcherclient.v1.action_plan_shell:CancelActionPlan
|
2016-05-24 15:51:45 +02:00
|
|
|
|
|
|
|
|
action_show = watcherclient.v1.action_shell:ShowAction
|
|
|
|
|
action_list = watcherclient.v1.action_shell:ListAction
|
2016-04-29 12:20:24 +02:00
|
|
|
|
2016-06-15 11:51:56 +00:00
|
|
|
scoringengine_show = watcherclient.v1.scoring_engine_shell:ShowScoringEngine
|
|
|
|
|
scoringengine_list = watcherclient.v1.scoring_engine_shell:ListScoringEngine
|
|
|
|
|
|
2016-09-21 00:13:20 +03:00
|
|
|
service_show = watcherclient.v1.service_shell:ShowService
|
|
|
|
|
service_list = watcherclient.v1.service_shell:ListService
|
|
|
|
|
|
2019-08-16 16:56:29 +08:00
|
|
|
datamodel_list = watcherclient.v1.data_model_shell:ListDataModel
|
|
|
|
|
|
2015-06-04 14:59:34 +02:00
|
|
|
[pbr]
|
|
|
|
|
autodoc_index_modules = True
|
2017-06-28 10:14:10 +08:00
|
|
|
autodoc_exclude_modules =
|
2017-07-26 11:58:51 +03:00
|
|
|
watcherclient.tests.*
|
2017-06-28 10:14:10 +08:00
|
|
|
api_doc_dir = reference/api
|
2015-06-04 14:59:34 +02:00
|
|
|
|
|
|
|
|
[build_sphinx]
|
|
|
|
|
source-dir = doc/source
|
|
|
|
|
build-dir = doc/build
|
|
|
|
|
all_files = 1
|
2017-06-26 20:13:22 +08:00
|
|
|
warning-is-error = 1
|
2015-10-23 14:53:03 +02:00
|
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
|
universal = 1
|
2016-01-12 02:20:35 +01:00
|
|
|
|
|
|
|
|
[compile_catalog]
|
|
|
|
|
directory = watcherclient/locale
|
|
|
|
|
domain = watcherclient
|
|
|
|
|
|
|
|
|
|
[update_catalog]
|
|
|
|
|
domain = watcherclient
|
|
|
|
|
output_dir = watcherclient/locale
|
|
|
|
|
input_file = watcherclient/locale/watcherclient.pot
|
|
|
|
|
|
|
|
|
|
[extract_messages]
|
2016-01-14 14:58:17 +01:00
|
|
|
keywords = _ gettext ngettext l_ lazy_gettext _LI _LW _LE _LC
|
2016-01-12 02:20:35 +01:00
|
|
|
mapping_file = babel.cfg
|
2016-04-29 11:55:29 +02:00
|
|
|
output_file = watcherclient/locale/watcherclient.pot
|