File: setup.cfg

package info (click to toggle)
python-masakariclient 8.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 376 kB
  • sloc: python: 1,425; makefile: 22; sh: 2
file content (48 lines) | stat: -rw-r--r-- 2,015 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[metadata]
name = python-masakariclient
summary = masakariclient module and a CLI tool for masakari
description_file =
    README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/python-masakariclient/latest/
python_requires = >=3.8
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 :: Implementation :: CPython
    Programming Language :: Python :: 3 :: Only
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: 3.9
    Programming Language :: Python :: 3.10
    Programming Language :: Python :: 3.11

[files]
packages =
    masakariclient

[entry_points]
openstack.cli.extension =
    ha = masakariclient.plugin

openstack.ha.v1 =
    notification_create = masakariclient.osc.v1.notification:CreateNotification
    notification_show = masakariclient.osc.v1.notification:ShowNotification
    notification_list = masakariclient.osc.v1.notification:ListNotification
    notification_vmove_show = masakariclient.osc.v1.vmove:ShowVMove
    notification_vmove_list = masakariclient.osc.v1.vmove:ListVMove
    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
    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