RETIRED, Application Catalog for OpenStack
Go to file
Stan Lagun 82458d8e52 pselect exited on first exception
Due to eventlet bug in GreenPool implementation when first
spawned thread threw exception imap method exited immediately
without waiting for other spawned threads to accomplish.

Issue in eventlet github:
https://github.com/eventlet/eventlet/issues/232

This commits wraps executed functions so that no exception can be
raised on imap boundary and then unwraps result after execution

 Closes-Bug: #1449497

Change-Id: I0e99de8e0711071c4a009e37a58ec22761e90e6c
(cherry picked from commit 6a027bf11e)
(cherry picked from commit fba9ed643d)
2015-07-07 02:36:17 +00:00
contrib Make appropriate branch default and updated from global requirements 2015-06-30 18:55:14 +03:00
doc/source Merge "Update article about functional tests" into proposed/juno 2014-10-17 09:58:12 +00:00
etc Creates a router if one doesn't exist 2014-09-24 17:46:55 +00:00
functionaltests Make appropriate branch default and updated from global requirements 2015-06-30 18:55:14 +03:00
meta Fixes agent call may hanged upon action call 2015-02-26 11:01:07 +03:00
murano pselect exited on first exception 2015-07-07 02:36:17 +00:00
tools keystoneclient.middleware -> keystonemiddleware 2014-09-17 04:51:26 +04:00
.coveragerc Added coveragerc 2014-06-22 06:41:49 +04:00
.gitignore Fixes silent deletion of environments 2014-08-19 12:52:52 +04:00
.gitreview Make appropriate branch default and updated from global requirements 2015-06-30 18:55:14 +03:00
.testr.conf Migrate unit test to testtools 2014-06-04 18:41:07 +04:00
CONTRIBUTING.rst Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
HACKING.rst Added developer documentation 2014-04-21 16:32:28 +04:00
LICENSE Added MANIFEST.in and LICENSE 2013-05-31 16:18:01 +04:00
MANIFEST.in Added DB migrations on Alembic 2014-06-20 18:01:34 +04:00
README.rst Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
babel.cfg Removed all projects except Glazier Api 2013-04-09 13:25:02 +04:00
openstack-common.conf Migrate to oslo.db 2014-08-23 16:35:07 +04:00
requirements.txt Make appropriate branch default and updated from global requirements 2015-06-30 18:55:14 +03:00
run_tests.sh Deprecate run_tests.sh 2014-06-12 13:27:05 -05:00
setup.cfg Fix default python-muranoclient version in devstack scripts 2015-05-29 15:23:38 +00:00
setup.py Updated from global requirements 2014-12-14 05:13:00 +03:00
test-requirements.txt Make appropriate branch default and updated from global requirements 2015-06-30 18:55:14 +03:00
tox.ini Make appropriate branch default and updated from global requirements 2015-06-30 18:55:14 +03:00

README.rst

Murano

Murano Project introduces an application catalog, which allows application developers and cloud administrators to publish various cloud-ready applications in a browsable categorised catalog, which may be used by the cloud users (including the inexperienced ones) to pick-up the needed applications and services and composes the reliable environments out of them in a "push-the-button" manner.

Project Resources

Project status, bugs, and blueprints are tracked on Launchpad:

https://launchpad.net/murano

Developer documentation can be found here:

https://murano.readthedocs.org

Additional resources are linked from the project wiki page:

https://wiki.openstack.org/wiki/Murano

License

Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0