blazar/setup.cfg
Masahito Muroi 31f88379b8 Remove the old instance reservation plugin
The old instance reservation feature is not supported from the
Ocata release of Blazar, since it relies on the v2 API of Nova
with has been removed. Additionally, the Blazar project has
started to implement a new instance reservation feature which
doesn't rely on deprecated Nova APIs.

This patch removes the old instance reservation plugin. If a
deployer specifies 'basic.vm.plugin' in the plugins config
parameter, the blazar-manager service will fail to start.

Partially implements: blueprint new-instance-reservation

Change-Id: If5b0efb4910b05cc3c2881bb705953528895f277
2017-06-27 17:32:24 +00:00

66 lines
2.0 KiB
INI

[metadata]
name = blazar
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/blazar
[global]
setup-hooks = pbr.hooks.setup_hook
[files]
packages =
blazar
[entry_points]
console_scripts =
# Remove this alias when the deprecation period of "climate" is over
climate-db-manage=blazar.db.migration.cli:main
climate-api=blazar.cmd.api:main
climate-rpc-zmq-receiver=blazar.cmd.rpc_zmq_receiver:main
climate-manager=blazar.cmd.manager:main
blazar-db-manage=blazar.db.migration.cli:main
blazar-api=blazar.cmd.api:main
blazar-rpc-zmq-receiver=blazar.cmd.rpc_zmq_receiver:main
blazar-manager=blazar.cmd.manager:main
blazar.resource.plugins =
dummy.vm.plugin=blazar.plugins.dummy_vm_plugin:DummyVMPlugin
physical.host.plugin=blazar.plugins.oshosts.host_plugin:PhysicalHostPlugin
# Remove this alias when the deprecation period of "climate" is over
climate.api.v2.controllers.extensions =
oshosts=blazar.api.v2.controllers.extensions.host:HostsController
leases=blazar.api.v2.controllers.extensions.lease:LeasesController
blazar.api.v2.controllers.extensions =
oshosts=blazar.api.v2.controllers.extensions.host:HostsController
leases=blazar.api.v2.controllers.extensions.lease:LeasesController
oslo.config.opts =
blazar = blazar.opts:list_opts
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[extract_messages]
keywords = _
mapping_file = babel.cfg
output_file = blazar/locale/blazar.pot