68d769bf71
Although the Climate project was renamed to Blazar in 2014, the code has still been using the climate namespace. This patch moves all code to the blazar directory and allows users and operators to use the 'blazar' command namespace. The 'climate' namespace remains O release to allow users of Blazar time to move their own code to the blazar namespace, but will be removed in P release development cycle. Change-Id: Icbe6fab1051aae4ac819982a1fa4f323cb0bf2d0 Partial-Bug: #1662734
67 lines
2.1 KiB
INI
67 lines
2.1 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
|
|
basic.vm.plugin=blazar.plugins.instances.vm_plugin:VMPlugin
|
|
|
|
# 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
|