RETIRED, further work has moved to Debian project infrastructure
Go to file
Felipe Monteiro 2060acce8b Fixes TypeError thrown by parallel_select in DSL Helpers.
This applies to Python 3.0+ environments only. When an exception
is re-reraised using six, an instance of the exception is
passed as the first argument, which causes six.reraise to
thrown a TypeError exception, after trying to instantiate
an exception from an instance of an exception, rather than
from an exception class.

This fix simply changes the first argument to an exception
class, instead of exception instance.

Change-Id: I76f1ab6f1540880e9b8596071244b76f4f7478a0
Closes-Bug: #1651795
Related-Bug: #1638722
2016-12-28 22:11:38 -05:00
contrib Use sys.maxsize instead of sys.maxint 2016-09-29 11:57:33 +03:00
devstack Use test-config phase for configuring murano tempest 2016-12-17 05:52:58 +04:00
doc/source [Docs] Restructuring 2016-11-15 16:53:34 +02:00
etc Use devstack for service broker use separate paste and db 2016-07-25 10:05:58 +00:00
functionaltests Change Murano API detection in tests and fix tests itself 2016-08-22 19:02:09 +00:00
meta ExistingNeutronNetwork didn't return IPs for the instance 2016-12-13 23:00:48 +00:00
murano Fixes TypeError thrown by parallel_select in DSL Helpers. 2016-12-28 22:11:38 -05:00
murano_tempest_tests Deleting dates from dictionaries to skip it in assert 2016-12-12 01:29:50 +00:00
rally-jobs Fix typos and plugin samples link 2015-09-04 22:58:51 +05:30
releasenotes Murano can now properly attach VMs to shared networks 2016-11-29 18:17:12 +03:00
tools Fix typos in cover.sh 2016-11-16 13:09:22 +00:00
.coveragerc Update .coveragerc after the removal of openstack directory 2016-10-17 17:32:48 +05:30
.gitignore Generate separate db for murano service broker 2016-05-31 21:25:33 -04:00
.gitreview Update .gitreview file to reflect repo rename 2015-04-18 00:37:35 +00:00
.testr.conf Mark .testr.conf as not-executable 2016-10-03 17:10:24 +03:00
babel.cfg Removed all projects except Glazier Api 2013-04-09 13:25:02 +04:00
CONTRIBUTING.rst Added links to murano-specs documentation 2016-03-01 17:15:26 +00:00
HACKING.rst Add hacking rule for using assertIsNone instead of assertEqual(None,***) 2016-09-27 02:35:50 +00:00
LICENSE Added MANIFEST.in and LICENSE 2013-05-31 16:18:01 +04:00
README.rst Show team and repo badges on README 2016-11-25 15:50:01 +01:00
requirements.txt Updated from global requirements 2016-12-17 21:32:35 +00:00
setup.cfg Merge "modify the home-page info with the developer documentation" 2016-08-29 01:49:40 +00:00
setup.py Updated from global requirements 2015-09-17 12:13:02 +00:00
test-requirements.txt Updated from global requirements 2016-12-02 17:11:52 +00:00
tox.ini Improve first app builds 2016-10-14 16:51:00 +02:00

Team and repository tags

image

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. Cloud users -- including inexperienced ones -- can then use the catalog to compose reliable application environments with the push of a button.

Project Resources

License

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