-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
55 lines (52 loc) · 2.44 KB
/
setup.cfg
File metadata and controls
55 lines (52 loc) · 2.44 KB
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
[metadata]
name = warreclient
author = ARDC Nectar Cloud Services
author_email = coreservices@ardc.edu.au
license = Apache-2.0
summary = Nectar Reservation Service - Client
description_file =
README.md
description_content_type = text/markdown
keywords = warre
home_page = https://github.com/NeCTAR-RC/python-warreclient
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 :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.12
[files]
packages = warreclient
include_package_data = True
[pbr]
skip_changelog=true
skip_authors=true
[entry_points]
openstack.cli.extension =
warre = warreclient.osc.plugin
openstack.warre.v1 =
warre reservation list = warreclient.osc.v1.reservations:ListReservations
warre reservation show = warreclient.osc.v1.reservations:ShowReservation
warre reservation create = warreclient.osc.v1.reservations:CreateReservation
warre reservation set = warreclient.osc.v1.reservations:UpdateReservation
warre reservation delete = warreclient.osc.v1.reservations:DeleteReservation
warre flavor list = warreclient.osc.v1.flavors:ListFlavors
warre flavor show = warreclient.osc.v1.flavors:ShowFlavor
warre flavor create = warreclient.osc.v1.flavors:CreateFlavor
warre flavor delete = warreclient.osc.v1.flavors:DeleteFlavor
warre flavor set = warreclient.osc.v1.flavors:UpdateFlavor
warre flavor access grant = warreclient.osc.v1.flavors:GrantAccess
warre flavor access revoke = warreclient.osc.v1.flavors:RevokeAccess
warre flavor access list = warreclient.osc.v1.flavors:ListAccess
warre flavor free-slots = warreclient.osc.v1.flavors:FlavorSlots
warre limits = warreclient.osc.v1.limits:ListLimits
warre maintenance-window list = warreclient.osc.v1.maintenancewindows:ListMaintenanceWindows
warre maintenance-window show = warreclient.osc.v1.maintenancewindows:ShowMaintenanceWindow
warre maintenance-window create = warreclient.osc.v1.maintenancewindows:CreateMaintenanceWindow
warre maintenance-window set = warreclient.osc.v1.maintenancewindows:UpdateMaintenanceWindow
warre maintenance-window delete = warreclient.osc.v1.maintenancewindows:DeleteMaintenanceWindow