RETIRED, Application Catalog for OpenStack
Go to file
Victor Stinner bcd838a38d Port API v1 unit tests to Python 3
* Replace len(MultiDict.keys()) with len(MultiDict). On Python 3,
  MultiDict.keys() now returns a generator which has no length.
* Replace json with jsonutils to fix Unicode vs bytes issues.
* Use a bytes strings for the HTTP body, not Unicode strings.
* Replace LOG.exception() with LOG.error() when the argument is a
  string, not an exception object.
* Only declare PackageException.__str__() on Python 2. The default
  implementation of __str__() is fine on Python 3. Moreover, the
  'message' attribute has been removed from Exception on Python 3.
* tox.ini: run the following API v1 unit tests on Python 3.4

  - test_actions
  - test_catalog
  - test_env_templates
  - test_environments
  - test_sessions

Blueprint: murano-python-3-support
Change-Id: I4c8bedef019495477ae668769595ac4abc1ac0f4
2016-06-20 12:29:06 +02:00
contrib Merge "Update version of source files in cloudify example app" 2016-06-15 11:52:36 +00:00
devstack Merge "Support GLARE configuration in Murano tempest plugin" 2016-06-14 13:05:42 +00:00
doc/source Merge "Fix mismatch description in env template api doc" 2016-06-16 01:53:01 +00:00
etc fix typo oslo.messaginga 2016-06-08 09:58:21 +00:00
functionaltests Fix typos in Murano files 2016-03-30 13:20:53 +07:00
meta Add timeout to the methods of Linux class 2016-06-17 13:48:20 +00:00
murano Port API v1 unit tests to Python 3 2016-06-20 12:29:06 +02:00
murano_tempest_tests Change to tempest stable API 2016-06-16 18:14:20 +08:00
rally-jobs Fix typos and plugin samples link 2015-09-04 22:58:51 +05:30
releasenotes Merge "Reorder release notes to put master on top" 2016-06-19 01:37:37 +00:00
tools Modified docstrings to comply with pep8 H405 style check 2016-05-10 20:18:23 +00:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:29:14 +00:00
.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 Fix adding unit test module 2016-02-12 09:40:47 +09: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 Python3: Replace basestring by six.string_types 2016-01-18 23:48:37 -08:00
LICENSE Added MANIFEST.in and LICENSE 2013-05-31 16:18:01 +04:00
README.rst Update the README.rst 2015-12-21 15:53:15 +08:00
requirements.txt Updated from global requirements 2016-06-14 21:06:16 +00:00
setup.cfg Generate separate db for murano service broker 2016-05-31 21:25:33 -04:00
setup.py Updated from global requirements 2015-09-17 12:13:02 +00:00
test-requirements.txt Updated from global requirements 2016-06-02 21:06:53 +00:00
tox.ini Port API v1 unit tests to Python 3 2016-06-20 12:29:06 +02:00

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