Application Catalog for OpenStack
Go to file
Kirill Zaitsev 355513fe2e Use SafeLoader to load yaml files
Before this patch yaml.Loader was used by the engine to create custom
yaql-enabled yaml loader. It is unsafe do to so, because yaml.Loader is
capable of creating custom python objects from specifically constructed
yaml files.
After this patch all yaml load operations are performed with safe
loaders instead.
Also use SafeConstructor instead of Constructor.

Change-Id: I61a3c42d73608b5d013285f015a45f4774d264e3
Closes-Bug: #1586079
2016-06-23 18:32:56 +03:00
contrib Update default devstack MURANO_REPO_URL 2015-10-16 18:53:30 +03:00
devstack Merge "Update default devstack MURANO_REPO_URL" into stable/liberty 2015-10-29 05:42:10 +00:00
doc/source [Murano Docs] [CLI] Manage categories 2016-01-27 13:52:21 +00:00
etc Fix Example of net-config filename 2015-11-26 06:57:38 +00:00
functionaltests Pin tempest version for stable/liberty to 12.0.0 2016-06-07 17:39:21 +03:00
meta Merge "Don't use bash eval for Linux.runCommand" into stable/liberty 2016-04-13 13:24:01 +00:00
murano Use SafeLoader to load yaml files 2016-06-23 18:32:56 +03:00
rally-jobs Fix typos and plugin samples link 2015-09-04 22:58:51 +05:30
releasenotes Use SafeLoader to load yaml files 2016-06-23 18:32:56 +03:00
tools Attempt to make pylint output more useful 2015-08-11 15:42:54 +02:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:29:14 +00:00
.gitignore Add reno for release notes management 2015-11-13 11:30:50 +00:00
.gitreview Update .gitreview file to reflect repo rename 2015-04-18 00:37:35 +00:00
.testr.conf Migrate unit test to testtools 2014-06-04 18:41:07 +04:00
CONTRIBUTING.rst Added info about client and murano-apps trackers to CONTRIBUTING.rst 2015-08-11 15:25:04 +03: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 Update project README file 2015-04-24 15:29:15 +03:00
babel.cfg Removed all projects except Glazier Api 2013-04-09 13:25:02 +04:00
requirements.txt Updated from global requirements 2016-05-15 18:10:07 +00:00
setup.cfg Switch to post-versioning 2015-10-16 17:44:34 +03:00
setup.py Updated from global requirements 2015-09-17 12:13:02 +00:00
test-requirements.txt Updated from global requirements 2015-12-16 08:17:18 +00:00
tox.ini Force releasenotes warnings to be treated as errors 2015-11-25 20:54:08 +00: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. 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