Files
solum/setup.cfg
Ghanshyam Mann 86765728bb [goal] Deprecate the JSON formatted policy file
As per the community goal of migrating the policy file
the format from JSON to YAML[1], we need to do two things:

1. Change the default value of '[oslo_policy] policy_file''
config option from 'policy.json' to 'policy.yaml' with
upgrade checks.

2. Deprecate the JSON formatted policy file on the project side
via warning in doc and releasenotes.

Also replace policy.json to policy.yaml ref from doc and tests.

[1]https://governance.openstack.org/tc/goals/selected/wallaby/migrate-policy-format-from-json-to-yaml.html

Change-Id: I1d74949c9d19ff543571382f887b5ed40756ecb9
2021-03-06 17:56:17 -06:00

73 lines
2.9 KiB
INI

[metadata]
name = solum
summary = Application Lifecycle Management for OpenStack
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/solum/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.7
Programming Language :: Python :: 3.8
[files]
packages =
solum
[entry_points]
console_scripts =
solum-api = solum.cmd.api:main
solum-conductor = solum.cmd.conductor:main
solum-db-manage = solum.cmd.db_manage:main
solum-deployer = solum.cmd.deployer:main
solum-worker = solum.cmd.worker:main
solum-rootwrap = oslo_rootwrap.cmd:main
solum-status = solum.cmd.status:main
wsgi_scripts =
solum-wsgi-api = solum.httpd.solum_api:init_application
mistral.actions =
solum.create_image = solum.mistral_actions.builder:CreateImageAction
solum.get_image_id = solum.mistral_actions.builder:GetImageIdAction
heat.update_stack = solum.mistral_actions.heat:UpdateStackAction
heat.check_stack = solum.mistral_actions.heat:CheckStackAction
oslo.config.opts =
solum.api.app = solum.api.app:list_opts
solum.api.auth = solum.api.auth:list_opts
solum.api.release = solum.api.release:list_opts
solum.common.catalog = solum.common.catalog:list_opts
solum.common.clients = solum.common.clients:list_opts
solum.common.context = solum.common.context:list_opts
solum.common.exception = solum.common.exception:list_opts
solum.common.solum_keystoneclient = solum.common.solum_keystoneclient:list_opts
solum.api.handlers.assembly_handler = solum.api.handlers.assembly_handler:list_opts
solum.api.handlers.language_pack_handler = solum.api.handlers.language_pack_handler:list_opts
solum.api.handlers.plan_handler = solum.api.handlers.plan_handler:list_opts
solum.api.handlers.workflow_handler = solum.api.handlers.workflow_handler:list_opts
solum.common.repo_utils = solum.common.repo_utils:list_opts
solum.api.controllers.root = solum.api.controllers.root:list_opts
solum.conductor.config = solum.conductor.config:list_opts
solum.objects = solum.objects:list_opts
solum.deployer.config = solum.deployer.config:list_opts
solum.deployer.handlers.heat = solum.deployer.handlers.heat:list_opts
solum.worker.config = solum.worker.config:list_opts
oslo.config.opts.defaults =
solum.api.app = solum.common.config:set_config_defaults
oslo.policy.policies =
solum = solum.common.policies:list_rules