2013-04-07 18:24:27 -04:00
|
|
|
[metadata]
|
2018-09-12 16:26:39 -06:00
|
|
|
name = openstack-placement
|
2018-09-03 12:12:23 +01:00
|
|
|
summary = Resource provider inventory usage and allocation service
|
2013-04-07 18:24:27 -04:00
|
|
|
description-file =
|
|
|
|
README.rst
|
|
|
|
author = OpenStack
|
|
|
|
author-email = openstack-dev@lists.openstack.org
|
2018-09-03 12:12:23 +01:00
|
|
|
home-page = https://docs.openstack.org/placement/latest/
|
2013-04-07 18:24:27 -04: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
|
|
|
|
Programming Language :: Python :: 2
|
|
|
|
Programming Language :: Python :: 2.7
|
2017-06-29 13:53:21 +09:00
|
|
|
Programming Language :: Python :: 3
|
2017-06-27 16:35:11 +05:30
|
|
|
Programming Language :: Python :: 3.5
|
2013-04-07 18:24:27 -04:00
|
|
|
|
|
|
|
[global]
|
|
|
|
setup-hooks =
|
|
|
|
pbr.hooks.setup_hook
|
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
2018-09-03 12:12:23 +01:00
|
|
|
placement
|
2013-04-07 18:24:27 -04:00
|
|
|
|
|
|
|
[entry_points]
|
2015-05-04 23:00:25 -04:00
|
|
|
oslo.config.opts =
|
2018-09-03 12:12:23 +01:00
|
|
|
placement.conf = placement.conf.opts:list_opts
|
2016-03-01 10:49:32 -08:00
|
|
|
|
2016-06-29 16:59:20 -04:00
|
|
|
oslo.policy.enforcer =
|
2018-08-30 23:07:27 +00:00
|
|
|
placement = placement.policy:get_enforcer
|
2016-06-29 16:59:20 -04:00
|
|
|
|
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.
|
2018-08-30 23:07:27 +00:00
|
|
|
placement = placement.policies:list_rules
|
2016-06-21 16:53:57 -04:00
|
|
|
|
2013-04-07 18:24:27 -04:00
|
|
|
console_scripts =
|
2018-09-05 18:28:10 +01:00
|
|
|
placement-manage = placement.cmd.manage:main
|
2018-11-20 11:28:25 -05:00
|
|
|
placement-status = placement.cmd.status:main
|
2016-08-30 21:05:06 -04:00
|
|
|
wsgi_scripts =
|
2018-09-03 12:12:23 +01:00
|
|
|
placement-api = placement.wsgi:init_application
|
2015-12-08 13:47:32 +00:00
|
|
|
|
2010-07-27 21:41:07 -07:00
|
|
|
[egg_info]
|
2013-07-10 05:22:18 +00:00
|
|
|
tag_build =
|
2010-07-27 21:41:07 -07:00
|
|
|
tag_date = 0
|
|
|
|
tag_svn_revision = 0
|
2012-02-07 14:32:15 -08:00
|
|
|
|
|
|
|
[compile_catalog]
|
2018-09-03 12:12:23 +01:00
|
|
|
# TODO(cdent): Create translation infrastructure.
|
|
|
|
# See: https://docs.openstack.org/oslo.i18n/latest/user/usage.html
|
|
|
|
directory = placement/locale
|
|
|
|
domain = placement
|
2012-02-07 14:32:15 -08:00
|
|
|
|
|
|
|
[update_catalog]
|
2018-09-03 12:12:23 +01:00
|
|
|
domain = placement
|
|
|
|
output_dir = placement/locale
|
|
|
|
input_file = placement/locale/placement.pot
|
2012-02-07 14:32:15 -08:00
|
|
|
|
|
|
|
[extract_messages]
|
2012-02-08 00:16:50 -08:00
|
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
2012-02-07 14:32:15 -08:00
|
|
|
mapping_file = babel.cfg
|
2018-09-03 12:12:23 +01:00
|
|
|
output_file = placement/locale/placement.pot
|
2014-02-07 12:32:17 +01:00
|
|
|
|
|
|
|
[wheel]
|
|
|
|
universal = 1
|