Application Catalog for OpenStack
Go to file
Kirill Zaitsev b03c4759aa 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:30:04 +03:00
contrib Added package references to generated UIs 2016-05-25 17:05:56 +00:00
devstack Add ability to configure home region in murano devstack installation 2016-05-27 12:57:43 +00:00
doc/source Allow insecure SSL communications with RabbitMQ 2016-05-11 18:25:16 +00:00
etc Moved CORS middleware configuration into oslo-config-generator 2016-03-04 17:00:44 -06:00
functionaltests Cap pip to <8 for dsvm job 2016-01-21 16:24:06 +03:00
meta Fix missing parenthesis in _getSubnetworks call 2016-06-22 11:54:09 +02:00
murano Use SafeLoader to load yaml files 2016-06-23 18:30:04 +03:00
murano_tempest_tests Update obsolete way of initialize tempest client manager 2016-06-15 14:00:14 +00: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:30:04 +03:00
tools Merge "Enable pep8 to check files in directory tools" 2016-02-19 12:00:29 +00: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-12 00:28:04 +03:00
.gitreview Update .gitreview for stable/mitaka 2016-03-22 13:46:07 +01:00
.testr.conf Fix adding unit test module 2016-02-12 09:40:47 +09: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
babel.cfg Removed all projects except Glazier Api 2013-04-09 13:25:02 +04:00
requirements.txt Updated from global requirements 2016-06-10 23:15:25 +00:00
setup.cfg Also package murano_tempest_tests 2016-03-25 12:23:37 +00:00
setup.py Updated from global requirements 2015-09-17 12:13:02 +00:00
test-requirements.txt Updated from global requirements 2016-04-18 15:02:50 +00:00
tox.ini Added [murano-test-runner] venv in tox 2016-02-24 18:16:06 -06: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