b728bc58d2
Eventlet does not work properly with Paramiko when several connections are opened concurrently (see bug #1212341). The fix moves ssh calls from main code to subprocess to avoid the issue. Also changed: * added timeout to all remote operations * old SSH utilities were moved from remote.py to integration tests, because new ones can not be utilized there Fixes: bug #1212341 Change-Id: Ib89af3a3bbcb587af46dad3431d512a21d1ba826
56 lines
1.3 KiB
INI
56 lines
1.3 KiB
INI
[metadata]
|
|
name = savanna
|
|
version = 0.3
|
|
summary = Savanna 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 = https://savanna.readthedocs.org
|
|
|
|
[global]
|
|
setup-hooks = pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
savanna
|
|
|
|
data_files =
|
|
share/savanna = etc/savanna/*
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
savanna-api = savanna.cli.savanna_api:main
|
|
savanna-db-manage = savanna.db.migration.cli:main
|
|
savanna-subprocess = savanna.cli.savanna_subprocess:main
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[nosetests]
|
|
cover-package=savanna
|
|
cover-html=true
|
|
cover-xml=true
|
|
cover-xml-file=coverage.xml
|
|
cover-erase=true
|
|
cover-inclusive=true
|
|
verbosity=3
|
|
detailed-errors=1
|
|
where=savanna/tests
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = savanna/locale/savanna.pot
|