e0ba25c104
* savanna.cluster.plugins, savanna.infrastructure.engine, savanna.remote * Remove the 'savanna ', only support 'direct' and 'heat' * Change 'base' in openstack-common.conf to 'sahara' Partial-implements: blueprint savanna-renaming-service Change-Id: I82f7f98794b86a305aff544eb6f77f1a8810d9d7
67 lines
1.7 KiB
INI
67 lines
1.7 KiB
INI
[metadata]
|
|
name = sahara
|
|
version = 2014.1
|
|
summary = Sahara project
|
|
description-file = README.rst
|
|
license = Apache Software License
|
|
classifiers =
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Environment :: OpenStack
|
|
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 = http://docs.openstack.org/developer/sahara/
|
|
|
|
[global]
|
|
setup-hooks = pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
sahara
|
|
|
|
data_files =
|
|
share/sahara = etc/sahara/*
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
sahara-api = sahara.cli.sahara_api:main
|
|
sahara-db-manage = sahara.db.migration.cli:main
|
|
_sahara-subprocess = sahara.cli.sahara_subprocess:main
|
|
|
|
sahara.cluster.plugins =
|
|
vanilla = sahara.plugins.vanilla.plugin:VanillaProvider
|
|
hdp = sahara.plugins.hdp.ambariplugin:AmbariPlugin
|
|
idh = sahara.plugins.intel.plugin:IDHProvider
|
|
|
|
sahara.infrastructure.engine =
|
|
direct = sahara.service.direct_engine:DirectEngine
|
|
heat = sahara.service.heat_engine:HeatEngine
|
|
|
|
sahara.remote =
|
|
ssh = sahara.utils.ssh_remote:SshRemoteDriver
|
|
agent = sahara.utils.agent_remote:AgentRemoteDriver
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = sahara/locale/sahara.pot
|
|
|
|
[compile_catalog]
|
|
directory = sahara/locale
|
|
domain = sahara
|
|
|
|
[update_catalog]
|
|
domain = sahara
|
|
output_dir = sahara/locale
|
|
input_file = sahara/locale/sahara.pot
|