a2d4b082b5
Python3.3 is not supported from Mitaka, as per Infra. This patch removes the support for the same. Change-Id: I937a94fc1e55a795db44a993e9944624fcc8045e
77 lines
1.9 KiB
INI
77 lines
1.9 KiB
INI
[metadata]
|
|
name = mogan
|
|
summary = Baremetal Compute Service
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://wiki.openstack.org/wiki/Mogan
|
|
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
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
mogan
|
|
|
|
[entry_points]
|
|
oslo.config.opts =
|
|
mogan = mogan.conf.opts:list_opts
|
|
|
|
oslo.policy.policies =
|
|
mogan.api = mogan.common.policy:list_policies
|
|
|
|
wsgi_scripts =
|
|
mogan-api-wsgi = mogan.api.app:build_wsgi_app
|
|
console_scripts =
|
|
mogan-api = mogan.cmd.api:main
|
|
mogan-dbsync = mogan.cmd.dbsync:main
|
|
mogan-engine = mogan.cmd.engine:main
|
|
mogan-scheduler = mogan.cmd.scheduler:main
|
|
mogan-consoleauth = mogan.cmd.consoleauth:main
|
|
mogan-shellinaboxproxy = mogan.cmd.shellinaboxproxy:main
|
|
|
|
mogan.database.migration_backend =
|
|
sqlalchemy = mogan.db.sqlalchemy.migration
|
|
|
|
tempest.test_plugins =
|
|
mogan_tests = mogan.tests.tempest.plugin:MoganTempestPlugin
|
|
|
|
mogan.quota.backend_driver =
|
|
database = mogan.objects.quota:DbQuotaDriver
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[compile_catalog]
|
|
directory = mogan/locale
|
|
domain = mogan
|
|
|
|
[update_catalog]
|
|
domain = mogan
|
|
output_dir = mogan/locale
|
|
input_file = mogan/locale/mogan.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = mogan/locale/mogan.pot
|
|
|
|
[build_releasenotes]
|
|
all_files = 1
|
|
build-dir = releasenotes/build
|
|
source-dir = releasenotes/source
|