File: setup.cfg

package info (click to toggle)
placement 14.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,380 kB
  • sloc: python: 17,629; sh: 310; makefile: 61; pascal: 30
file content (52 lines) | stat: -rw-r--r-- 1,986 bytes parent folder | download
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
[metadata]
name = openstack-placement
summary = Resource provider inventory usage and allocation service
description_file =
    README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
url = https://docs.openstack.org/placement/latest/
project_urls =
    Bug Tracker = https://bugs.launchpad.net/placement
    Documentation = https://docs.openstack.org/placement/latest/
    API Reference = https://docs.openstack.org/api-ref/placement/
    Source Code = https://opendev.org/openstack/placement
    Release Notes = https://docs.openstack.org/releasenotes/placement/
python_requires = >=3.10
classifier =
    Development Status :: 5 - Production/Stable
    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.10
    Programming Language :: Python :: 3.11
    Programming Language :: Python :: 3.12

[files]
packages =
    placement

[entry_points]
oslo.config.opts =
    placement.conf = placement.conf.opts:list_opts
oslo.config.opts.defaults =
    nova.conf = placement.conf.base:set_lib_defaults
oslo.policy.enforcer =
    placement = placement.policy:get_enforcer
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.
    placement = placement.policies:list_rules
console_scripts =
    placement-manage = placement.cmd.manage:main
    placement-status = placement.cmd.status:main
wsgi_scripts =
    placement-api = placement.wsgi:init_application