03dce95278
* Fix leaking password in conductor's logs. Fixes: bug MRN-861. I8130794ed9802cddfbb2f7ed285e3c13c8f05473 * Change version prefix to 0.2 Also pbr version was synchronized with other murano compoments to avoid pip conflicts. I5222146695513b6be7a9ef6c981f6b9905a53dff Change-Id: I80d1f67521a62878d68c800f4f648db43fb2ad9b
65 lines
1.6 KiB
INI
65 lines
1.6 KiB
INI
[metadata]
|
|
name = murano-conductor
|
|
summary = The Conductor is orchestration engine server
|
|
version = 0.2
|
|
description-file =
|
|
README.rst
|
|
license = Apache License, Version 2.0
|
|
author = Mirantis, Inc.
|
|
author-email = murano-all@lists.openstack.org
|
|
home-page = htts://launchpad.net/murano
|
|
classifier =
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
|
|
[files]
|
|
packages =
|
|
muranoconductor
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
muranoconductor = muranoconductor.cmd.run:main
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|
|
[compile_catalog]
|
|
directory = muranoconductor/locale
|
|
domain = muranoconductor
|
|
|
|
[update_catalog]
|
|
domain = muranoconductor
|
|
output_dir = muranoconductor/locale
|
|
input_file = muranoconductor/locale/conductor.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = muranoconductor/locale/conductor.pot
|
|
|
|
[nosetests]
|
|
# NOTE(jkoelker) To run the test suite under nose install the following
|
|
# coverage http://pypi.python.org/pypi/coverage
|
|
# tissue http://pypi.python.org/pypi/tissue (pep8 checker)
|
|
# openstack-nose https://github.com/jkoelker/openstack-nose
|
|
verbosity=2
|
|
cover-package = muranoconductor
|
|
cover-html = true
|
|
cover-erase = true
|