2016-10-24 23:22:22 +02:00
|
|
|
[metadata]
|
|
|
|
name = python-masakariclient
|
|
|
|
summary = masakariclient module and a CLI tool for masakari
|
2021-04-28 11:09:59 +08:00
|
|
|
description_file =
|
2016-10-24 23:22:22 +02:00
|
|
|
README.rst
|
|
|
|
author = OpenStack
|
2021-04-28 11:09:59 +08:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
2021-09-15 12:13:44 +00:00
|
|
|
home_page = https://docs.openstack.org/python-masakariclient/latest/
|
2022-06-05 09:11:05 +08:00
|
|
|
python_requires = >=3.8
|
2016-10-24 23:22:22 +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
|
2020-04-04 16:55:58 +02:00
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
Programming Language :: Python :: 3 :: Only
|
2016-10-24 23:22:22 +02:00
|
|
|
Programming Language :: Python :: 3
|
2020-04-28 09:33:01 +08:00
|
|
|
Programming Language :: Python :: 3.8
|
2021-12-21 16:22:57 +08:00
|
|
|
Programming Language :: Python :: 3.9
|
2024-01-03 20:05:37 -08:00
|
|
|
Programming Language :: Python :: 3.10
|
|
|
|
Programming Language :: Python :: 3.11
|
2016-10-24 23:22:22 +02:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
masakariclient
|
|
|
|
|
2016-11-03 02:17:09 +00:00
|
|
|
[entry_points]
|
|
|
|
openstack.cli.extension =
|
2016-11-17 19:17:36 +09:00
|
|
|
ha = masakariclient.plugin
|
2016-11-03 02:17:09 +00:00
|
|
|
|
2016-11-17 19:17:36 +09:00
|
|
|
openstack.ha.v1 =
|
2016-11-03 12:12:14 +00:00
|
|
|
notification_create = masakariclient.osc.v1.notification:CreateNotification
|
|
|
|
notification_show = masakariclient.osc.v1.notification:ShowNotification
|
|
|
|
notification_list = masakariclient.osc.v1.notification:ListNotification
|
2023-02-13 17:30:08 +08:00
|
|
|
notification_vmove_show = masakariclient.osc.v1.vmove:ShowVMove
|
|
|
|
notification_vmove_list = masakariclient.osc.v1.vmove:ListVMove
|
2016-11-05 17:07:41 +09:00
|
|
|
segment_create = masakariclient.osc.v1.segment:CreateSegment
|
|
|
|
segment_update = masakariclient.osc.v1.segment:UpdateSegment
|
|
|
|
segment_delete = masakariclient.osc.v1.segment:DeleteSegment
|
|
|
|
segment_show = masakariclient.osc.v1.segment:ShowSegment
|
|
|
|
segment_list = masakariclient.osc.v1.segment:ListSegment
|
2016-11-07 11:39:07 +09:00
|
|
|
segment_host_create = masakariclient.osc.v1.host:CreateHost
|
|
|
|
segment_host_show = masakariclient.osc.v1.host:ShowHost
|
|
|
|
segment_host_list = masakariclient.osc.v1.host:ListHost
|
|
|
|
segment_host_delete = masakariclient.osc.v1.host:DeleteHost
|
|
|
|
segment_host_update = masakariclient.osc.v1.host:UpdateHost
|