File: setup.cfg

package info (click to toggle)
python-blazarclient 4.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 468 kB
  • sloc: python: 2,742; makefile: 18; sh: 2
file content (56 lines) | stat: -rw-r--r-- 2,733 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
49
50
51
52
53
54
55
56
[metadata]
name = python-blazarclient
summary = Client for OpenStack Reservation Service
description_file = README.rst
license = Apache Software License
python_requires = >=3.10
classifiers =
    Programming Language :: Python
    Programming Language :: Python :: Implementation :: CPython
    Programming Language :: Python :: 3 :: Only
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.10
    Programming Language :: Python :: 3.11
    Programming Language :: Python :: 3.12
    Environment :: OpenStack
    Development Status :: 3 - Alpha
    Framework :: Setuptools Plugin
    Intended Audience :: Information Technology
    Intended Audience :: System Administrators
    License :: OSI Approved :: Apache Software License
    Operating System :: POSIX :: Linux
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://launchpad.net/blazar

[files]
packages =
    blazarclient

[entry_points]
console_scripts =
    blazar = blazarclient.shell:main

openstack.cli.extension =
    reservation = blazarclient.osc.plugin

openstack.reservation.v1 =
    reservation_allocation_list = blazarclient.v1.shell_commands.allocations:ListAllocations
    reservation_allocation_show = blazarclient.v1.shell_commands.allocations:ShowAllocations
    reservation_floatingip_create = blazarclient.v1.shell_commands.floatingips:CreateFloatingIP
    reservation_floatingip_delete = blazarclient.v1.shell_commands.floatingips:DeleteFloatingIP
    reservation_floatingip_list = blazarclient.v1.shell_commands.floatingips:ListFloatingIPs
    reservation_floatingip_show = blazarclient.v1.shell_commands.floatingips:ShowFloatingIP
    reservation_host_create = blazarclient.v1.shell_commands.hosts:CreateHost
    reservation_host_delete = blazarclient.v1.shell_commands.hosts:DeleteHost
    reservation_host_list = blazarclient.v1.shell_commands.hosts:ListHosts
    reservation_host_property_list = blazarclient.v1.shell_commands.hosts:ListHostProperties
    reservation_host_property_set = blazarclient.v1.shell_commands.hosts:UpdateHostProperty
    reservation_host_property_show = blazarclient.v1.shell_commands.hosts:ShowHostProperty
    reservation_host_set = blazarclient.v1.shell_commands.hosts:UpdateHost
    reservation_host_show = blazarclient.v1.shell_commands.hosts:ShowHost
    reservation_lease_create = blazarclient.v1.shell_commands.leases:CreateLeaseBase
    reservation_lease_delete = blazarclient.v1.shell_commands.leases:DeleteLease
    reservation_lease_list = blazarclient.v1.shell_commands.leases:ListLeases
    reservation_lease_set = blazarclient.v1.shell_commands.leases:UpdateLease
    reservation_lease_show = blazarclient.v1.shell_commands.leases:ShowLease