2013-04-07 18:24:27 -04:00
|
|
|
[metadata]
|
|
|
|
name = nova
|
|
|
|
summary = Cloud computing fabric controller
|
2021-03-09 09:42:13 +00:00
|
|
|
description_file =
|
2013-04-07 18:24:27 -04:00
|
|
|
README.rst
|
|
|
|
author = OpenStack
|
2021-03-09 09:42:13 +00:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
|
|
url = https://docs.openstack.org/nova/latest/
|
|
|
|
project_urls =
|
|
|
|
Bug Tracker = https://bugs.launchpad.net/nova/
|
|
|
|
Documentation = https://docs.openstack.org/nova/
|
|
|
|
Source Code = https://opendev.org/openstack/nova
|
2022-04-21 14:16:55 -05:00
|
|
|
python_requires = >=3.8
|
2021-03-09 09:42:13 +00:00
|
|
|
classifiers =
|
|
|
|
Development Status :: 5 - Production/Stable
|
2013-04-07 18:24:27 -04:00
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python
|
2017-06-29 13:53:21 +09:00
|
|
|
Programming Language :: Python :: 3
|
2020-05-04 14:11:40 -05:00
|
|
|
Programming Language :: Python :: 3.8
|
2021-11-24 16:48:37 -06:00
|
|
|
Programming Language :: Python :: 3.9
|
2019-10-14 12:14:35 +01:00
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
2013-04-07 18:24:27 -04:00
|
|
|
|
2019-08-22 12:08:11 +01:00
|
|
|
[extras]
|
|
|
|
osprofiler =
|
|
|
|
osprofiler>=1.4.0 # Apache-2.0
|
2021-12-22 16:25:19 +00:00
|
|
|
powervm =
|
|
|
|
pypowervm>=1.1.15 # Apache-2.0
|
|
|
|
zvm =
|
|
|
|
zVMCloudConnector>=1.3.0;sys_platform!='win32' # Apache 2.0 License
|
|
|
|
hyperv =
|
2021-12-13 18:13:19 +02:00
|
|
|
os-win>=5.5.0 # Apache-2.0
|
2021-12-22 16:25:19 +00:00
|
|
|
vmware =
|
|
|
|
oslo.vmware>=3.6.0 # Apache-2.0
|
2013-04-07 18:24:27 -04:00
|
|
|
|
|
|
|
[files]
|
2017-09-21 14:57:51 +01:00
|
|
|
data_files =
|
|
|
|
etc/nova =
|
|
|
|
etc/nova/api-paste.ini
|
|
|
|
etc/nova/rootwrap.conf
|
|
|
|
etc/nova/rootwrap.d = etc/nova/rootwrap.d/*
|
2013-04-07 18:24:27 -04:00
|
|
|
packages =
|
|
|
|
nova
|
|
|
|
|
|
|
|
[entry_points]
|
2015-05-04 23:00:25 -04:00
|
|
|
oslo.config.opts =
|
2015-12-21 14:37:15 +01:00
|
|
|
nova.conf = nova.conf.opts:list_opts
|
2016-03-01 10:49:32 -08:00
|
|
|
oslo.config.opts.defaults =
|
2020-11-13 17:10:05 -06:00
|
|
|
nova.conf = nova.config:set_lib_defaults
|
2016-06-29 16:59:20 -04:00
|
|
|
oslo.policy.enforcer =
|
|
|
|
nova = nova.policy:get_enforcer
|
2016-06-21 16:53:57 -04:00
|
|
|
oslo.policy.policies =
|
|
|
|
# The sample policies will be ordered by entry point and then by list
|
|
|
|
# returned from that entry point. If more control is desired split out each
|
|
|
|
# list_rules method into a separate entry point rather than using the
|
|
|
|
# aggregate method.
|
|
|
|
nova = nova.policies:list_rules
|
2020-01-20 16:18:19 +00:00
|
|
|
nova.api.extra_spec_validators =
|
2020-03-31 10:44:10 +01:00
|
|
|
accel = nova.api.validation.extra_specs.accel
|
2020-01-20 16:18:19 +00:00
|
|
|
aggregate_instance_extra_specs = nova.api.validation.extra_specs.aggregate_instance_extra_specs
|
|
|
|
capabilities = nova.api.validation.extra_specs.capabilities
|
|
|
|
hw = nova.api.validation.extra_specs.hw
|
|
|
|
hw_rng = nova.api.validation.extra_specs.hw_rng
|
|
|
|
hw_video = nova.api.validation.extra_specs.hw_video
|
|
|
|
null = nova.api.validation.extra_specs.null
|
|
|
|
os = nova.api.validation.extra_specs.os
|
|
|
|
pci_passthrough = nova.api.validation.extra_specs.pci_passthrough
|
|
|
|
powervm = nova.api.validation.extra_specs.powervm
|
|
|
|
quota = nova.api.validation.extra_specs.quota
|
|
|
|
resources = nova.api.validation.extra_specs.resources
|
|
|
|
traits = nova.api.validation.extra_specs.traits
|
|
|
|
vmware = nova.api.validation.extra_specs.vmware
|
2015-06-26 14:33:03 -04:00
|
|
|
nova.compute.monitors.cpu =
|
|
|
|
virt_driver = nova.compute.monitors.cpu.virt_driver:Monitor
|
2013-04-07 18:24:27 -04:00
|
|
|
console_scripts =
|
|
|
|
nova-api = nova.cmd.api:main
|
|
|
|
nova-api-metadata = nova.cmd.api_metadata:main
|
|
|
|
nova-api-os-compute = nova.cmd.api_os_compute:main
|
|
|
|
nova-compute = nova.cmd.compute:main
|
|
|
|
nova-conductor = nova.cmd.conductor:main
|
|
|
|
nova-manage = nova.cmd.manage:main
|
|
|
|
nova-novncproxy = nova.cmd.novncproxy:main
|
2017-10-25 17:56:40 +01:00
|
|
|
nova-policy = nova.cmd.policy:main
|
2015-01-30 23:02:27 +08:00
|
|
|
nova-rootwrap = oslo_rootwrap.cmd:main
|
2015-05-06 15:35:02 -04:00
|
|
|
nova-rootwrap-daemon = oslo_rootwrap.cmd:daemon
|
2013-04-07 18:24:27 -04:00
|
|
|
nova-scheduler = nova.cmd.scheduler:main
|
2014-08-25 12:43:28 +00:00
|
|
|
nova-serialproxy = nova.cmd.serialproxy:main
|
2013-04-07 18:24:27 -04:00
|
|
|
nova-spicehtml5proxy = nova.cmd.spicehtml5proxy:main
|
2016-12-15 16:01:41 -05:00
|
|
|
nova-status = nova.cmd.status:main
|
2016-08-30 21:05:06 -04:00
|
|
|
wsgi_scripts =
|
2017-04-17 16:38:49 +00:00
|
|
|
nova-api-wsgi = nova.api.openstack.compute.wsgi:init_application
|
2017-04-24 15:56:52 +00:00
|
|
|
nova-metadata-wsgi = nova.api.metadata.wsgi:init_application
|
2017-06-02 16:45:41 +01:00
|
|
|
|
|
|
|
[mypy]
|
|
|
|
show_column_numbers = true
|
|
|
|
show_error_context = true
|
|
|
|
ignore_missing_imports = true
|
|
|
|
follow_imports = skip
|
|
|
|
incremental = true
|
|
|
|
check_untyped_defs = true
|
|
|
|
warn_unused_ignores = true
|