murano/meta
Andy Botting 241607ebba Fix contract violation for User resource
When trying to use the io.murano.user resource, you get the error:
io.murano.User.extra['options'] Value {} violates string() contract
because the output is dict, not a string.

This commit changes the contract type to become $ rather than $.string()
which matches what the Project resource has.

Change-Id: If6ef0e2e3750a39aaa022a7b12f4c130a692d691
2019-01-16 16:21:00 +11:00
..
io.murano Fix contract violation for User resource 2019-01-16 16:21:00 +11:00
io.murano.applications Configuration is now properly applied to new nodes 2016-11-17 00:48:11 +00:00
README.rst Update meta folder readme 2015-05-21 15:10:44 +03:00

README.rst

Murano Core Classes

This folder contains common Murano classes combined to Core Library.

The content of this folder needs to be zipped and imported into Murano. After that Murano applications can be deployed.

To find murano-applications and explore how the common classes are used in Murano Applications, please refer to Murano Application Repository