f50a50b3fe
Implement RPC service to work with plugins and DB. Base plugin class added. Implements: blueprint lease-manager Change-Id: Icbed7fabef6c0673c62f67017e5e9cd8d257b5ee
43 lines
1.1 KiB
INI
43 lines
1.1 KiB
INI
[metadata]
|
|
name = climate
|
|
version = 2013.1
|
|
summary = Reservation Service for OpenStack clouds
|
|
description-file = README.md
|
|
license = Apache Software License
|
|
classifiers =
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Environment :: OpenStack
|
|
Development Status :: 3 - Alpha,
|
|
Framework :: Setuptools Plugin,
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
author = OpenStack
|
|
author_email = climate@lists.launchpad.net
|
|
home-page = https://launchpad.net/climate
|
|
|
|
[global]
|
|
setup-hooks = pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
climate
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
climate-api=climate.cmd.api:main
|
|
climate-scheduler=climate.cmd.scheduler:main
|
|
climate-rpc-zmq-receiver=climate.cmd.rpc_zmq_receiver:main
|
|
climate-manager=climate.cmd.manager:main
|
|
|
|
climate.resource.plugins =
|
|
dummy.vm.plugin=climate.plugins.dummy_vm_plugin:DummyVMPlugin
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|