8e54fad94f
Remove python3.7 from setup.cfg, since Wallaby's python supported runtimes are python 3.6 and python 3.8[1]: [1]: https://governance.openstack.org/tc/reference/runtimes/wallaby.html Change-Id: Iaa89b4d36e9c391a2bd294e9b5e39d817d843559
53 lines
2.3 KiB
INI
53 lines
2.3 KiB
INI
[metadata]
|
|
name = python-cyborgclient
|
|
summary = Python client for cyborg API
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/python-cyborgclient/latest/
|
|
python-requires = >=3.6
|
|
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.6
|
|
Programming Language :: Python :: 3.8
|
|
|
|
[files]
|
|
packages =
|
|
cyborgclient
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
cyborg = cyborgclient.shell:main
|
|
|
|
openstack.cli.extension =
|
|
accelerator = cyborgclient.osc.plugin
|
|
|
|
openstack.accelerator.v1 =
|
|
accelerator_list = cyborgclient.osc.v1.accelerator:ListAccelerator
|
|
|
|
openstack.accelerator.v2 =
|
|
accelerator_deployable_list = cyborgclient.osc.v2.deployable:ListDeployable
|
|
accelerator_deployable_program = cyborgclient.osc.v2.deployable:ProgramDeployable
|
|
accelerator_deployable_show = cyborgclient.osc.v2.deployable:ShowDeployable
|
|
accelerator_device_list = cyborgclient.osc.v2.device:ListDevice
|
|
accelerator_device_show = cyborgclient.osc.v2.device:ShowDevice
|
|
accelerator_device_profile_list = cyborgclient.osc.v2.device_profile:ListDeviceProfile
|
|
accelerator_device_profile_create = cyborgclient.osc.v2.device_profile:CreateDeviceProfile
|
|
accelerator_device_profile_delete = cyborgclient.osc.v2.device_profile:DeleteDeviceProfile
|
|
accelerator_device_profile_show = cyborgclient.osc.v2.device_profile:ShowDeviceProfile
|
|
accelerator_arq_list = cyborgclient.osc.v2.accelerator_request:ListAcceleratorRequest
|
|
accelerator_arq_create = cyborgclient.osc.v2.accelerator_request:CreateAcceleratorRequest
|
|
accelerator_arq_delete = cyborgclient.osc.v2.accelerator_request:DeleteAcceleratorRequest
|
|
accelerator_arq_show = cyborgclient.osc.v2.accelerator_request:ShowAcceleratorRequest
|
|
accelerator_arq_bind = cyborgclient.osc.v2.accelerator_request:BindAcceleratorRequest
|
|
accelerator_arq_unbind = cyborgclient.osc.v2.accelerator_request:UnbindAcceleratorRequest
|