2014-11-18 14:55:41 -07:00
|
|
|
[metadata]
|
|
|
|
name = python-magnumclient
|
|
|
|
summary = Client library for Magnum API
|
2023-09-26 06:47:41 +02:00
|
|
|
description_file =
|
2015-04-21 15:35:47 +00:00
|
|
|
README.rst
|
2014-11-18 14:55:41 -07:00
|
|
|
author = OpenStack
|
2023-09-26 06:47:41 +02:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
|
|
home_page = https://docs.openstack.org/python-magnumclient/latest/
|
|
|
|
python_requires = >=3.8
|
2014-11-18 14:55:41 -07: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:53:20 +02:00
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
Programming Language :: Python :: 3 :: Only
|
2016-05-14 14:13:05 +02:00
|
|
|
Programming Language :: Python :: 3
|
2020-04-28 09:29:53 +08:00
|
|
|
Programming Language :: Python :: 3.8
|
2022-05-31 15:03:07 +02:00
|
|
|
Programming Language :: Python :: 3.9
|
2023-06-21 09:51:18 +08:00
|
|
|
Programming Language :: Python :: 3.10
|
2024-01-03 20:01:43 -08:00
|
|
|
Programming Language :: Python :: 3.11
|
2014-11-18 14:55:41 -07:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
magnumclient
|
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
2014-11-20 20:02:08 -08:00
|
|
|
magnum = magnumclient.shell:main
|
2014-11-18 14:55:41 -07:00
|
|
|
|
2016-07-22 13:55:02 +09:00
|
|
|
openstack.cli.extension =
|
|
|
|
container_infra = magnumclient.osc.plugin
|
|
|
|
|
|
|
|
openstack.container_infra.v1 =
|
2017-03-15 13:27:00 -07:00
|
|
|
coe_cluster_template_create = magnumclient.osc.v1.cluster_templates:CreateClusterTemplate
|
2017-03-15 15:07:22 -07:00
|
|
|
coe_cluster_template_delete = magnumclient.osc.v1.cluster_templates:DeleteClusterTemplate
|
2017-03-15 13:27:00 -07:00
|
|
|
coe_cluster_template_list = magnumclient.osc.v1.cluster_templates:ListTemplateCluster
|
2017-03-15 15:07:22 -07:00
|
|
|
coe_cluster_template_show = magnumclient.osc.v1.cluster_templates:ShowClusterTemplate
|
|
|
|
coe_cluster_template_update = magnumclient.osc.v1.cluster_templates:UpdateClusterTemplate
|
2016-07-22 13:55:02 +09:00
|
|
|
|
2017-03-15 14:25:28 -07:00
|
|
|
coe_cluster_create = magnumclient.osc.v1.clusters:CreateCluster
|
|
|
|
coe_cluster_list = magnumclient.osc.v1.clusters:ListCluster
|
2017-03-16 10:51:59 -07:00
|
|
|
coe_cluster_delete = magnumclient.osc.v1.clusters:DeleteCluster
|
|
|
|
coe_cluster_show = magnumclient.osc.v1.clusters:ShowCluster
|
|
|
|
coe_cluster_update = magnumclient.osc.v1.clusters:UpdateCluster
|
2017-07-26 10:18:43 +00:00
|
|
|
coe_cluster_config = magnumclient.osc.v1.clusters:ConfigCluster
|
2019-03-20 09:21:16 +13:00
|
|
|
coe_cluster_resize = magnumclient.osc.v1.clusters:ResizeCluster
|
2019-03-26 06:01:54 +13:00
|
|
|
coe_cluster_upgrade = magnumclient.osc.v1.clusters:UpgradeCluster
|
2017-09-14 10:39:39 +05:30
|
|
|
coe_ca_rotate = magnumclient.osc.v1.certificates:RotateCa
|
|
|
|
coe_ca_show = magnumclient.osc.v1.certificates:ShowCa
|
|
|
|
coe_ca_sign = magnumclient.osc.v1.certificates:SignCa
|
|
|
|
coe_stats_list = magnumclient.osc.v1.stats:ListStats
|
2018-05-04 08:56:54 +00:00
|
|
|
coe_quotas_create = magnumclient.osc.v1.quotas:CreateQuotas
|
|
|
|
coe_quotas_delete = magnumclient.osc.v1.quotas:DeleteQuotas
|
|
|
|
coe_quotas_update = magnumclient.osc.v1.quotas:UpdateQuotas
|
|
|
|
coe_quotas_show = magnumclient.osc.v1.quotas:ShowQuotas
|
|
|
|
coe_quotas_list = magnumclient.osc.v1.quotas:ListQuotas
|
2017-03-15 14:25:28 -07:00
|
|
|
|
2017-09-13 14:36:05 +05:30
|
|
|
coe_service_list = magnumclient.osc.v1.mservices:ListService
|
|
|
|
|
2019-03-26 15:48:27 +00:00
|
|
|
coe_nodegroup_list = magnumclient.osc.v1.nodegroups:ListNodeGroup
|
|
|
|
coe_nodegroup_show = magnumclient.osc.v1.nodegroups:ShowNodeGroup
|
2019-03-26 15:51:36 +00:00
|
|
|
coe_nodegroup_create = magnumclient.osc.v1.nodegroups:CreateNodeGroup
|
|
|
|
coe_nodegroup_delete = magnumclient.osc.v1.nodegroups:DeleteNodeGroup
|
|
|
|
coe_nodegroup_update = magnumclient.osc.v1.nodegroups:UpdateNodeGroup
|
2014-11-18 14:55:41 -07:00
|
|
|
|