blazar/setup.cfg
Sylvain Bauza fee60f1898 Remove old Scheduler RPC Service
Historically, there was a RPC service for scheduling. The code is
currently dead, so I'm removing it until we create a fresh new
Scheduler service with necessary code.

Change-Id: If0d5a0dfc0c2fcb475d8d89d66ed247d2dba253e
2014-02-11 11:03:09 +01:00

48 lines
1.3 KiB
INI

[metadata]
name = climate
summary = Reservation Service for OpenStack clouds
description-file = README.rst
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 = openstack-dev@lists.openstack.org
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-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
physical.host.plugin=climate.plugins.oshosts.host_plugin:PhysicalHostPlugin
basic.vm.plugin=climate.plugins.instances.vm_plugin:VMPlugin
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[extract_messages]
keywords = _
mapping_file = babel.cfg
output_file = climate/locale/climate.pot