2017-04-11 15:13:10 +12:00
|
|
|
[metadata]
|
|
|
|
name = qinling
|
|
|
|
summary = Function as a Service
|
|
|
|
description-file =
|
|
|
|
README.rst
|
2017-04-13 16:43:50 +12:00
|
|
|
author = OpenStack Qinling Team
|
2017-04-11 15:13:10 +12:00
|
|
|
author-email = openstack-dev@lists.openstack.org
|
2017-08-13 19:28:54 -07:00
|
|
|
home-page = https://www.openstack.org/
|
2017-04-11 15:13:10 +12: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
|
|
|
|
Programming Language :: Python :: 3
|
2017-04-13 16:43:50 +12:00
|
|
|
Programming Language :: Python :: 3.5
|
2017-04-11 15:13:10 +12:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
qinling
|
2017-09-01 22:20:45 +12:00
|
|
|
qinling_tempest_plugin
|
2017-04-11 15:13:10 +12:00
|
|
|
|
2017-04-13 16:43:50 +12:00
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
|
|
|
qinling-server = qinling.cmd.launch:main
|
2017-05-05 01:29:56 +12:00
|
|
|
qinling-db-manage = qinling.db.sqlalchemy.migration.cli:main
|
|
|
|
|
2017-05-09 23:47:12 +12:00
|
|
|
qinling.storage.provider:
|
|
|
|
local = qinling.storage.file_system:FileSystemStorage
|
|
|
|
|
2017-05-05 01:29:56 +12:00
|
|
|
qinling.orchestrator =
|
|
|
|
kubernetes = qinling.orchestrator.kubernetes.manager:KubernetesManager
|
2017-04-13 16:43:50 +12:00
|
|
|
|
|
|
|
oslo.config.opts =
|
2017-05-05 01:29:56 +12:00
|
|
|
qinling.config = qinling.config:list_opts
|
2017-04-13 16:43:50 +12:00
|
|
|
|
2017-08-25 10:15:10 +12:00
|
|
|
tempest.test_plugins =
|
2017-09-01 22:20:45 +12:00
|
|
|
qinling_test = qinling_tempest_plugin.plugin:QinlingTempestPlugin
|
2017-08-25 10:15:10 +12:00
|
|
|
|
2017-04-11 15:13:10 +12:00
|
|
|
[build_sphinx]
|
|
|
|
all-files = 1
|
|
|
|
warning-is-error = 1
|
|
|
|
source-dir = doc/source
|
|
|
|
build-dir = doc/build
|
|
|
|
|
|
|
|
[upload_sphinx]
|
|
|
|
upload-dir = doc/build/html
|