RETIRED, further work has moved to Debian project infrastructure
5fcbdccbed
Previously there was a feature which allowed to set new default property values for owned objects when using class() contract. This was done using Default property keyword which served for 2 different purposes in this case. The feature was never used neither documented anywhere. And it wasn't ever really designed. It also had a bug that caused default value [] (empty list) to be replaced with {} (empty dict). But there are cases when instead of $.class() contract we have [$class()] contract and in this case default value should also be a list rather then a dictionary of property values. So the only reason some applications worked until recently was that bug. However recent refactoring reworked that code and fixed that bug. So, in turn, it broke all docker applications that implicitly relied on that bug. This commit removed the entire feature. It was never used thus will break. We can reconsider it once we have a better design and use cases for it. Change-Id: I792fbd9801ff7776ee72660b2be2f89d0bfeb132 Closes-Bug: #1558332 |
||
---|---|---|
contrib | ||
devstack | ||
doc/source | ||
etc | ||
functionaltests | ||
meta | ||
murano | ||
murano_tempest_tests | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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
- Murano Official Documentation
- Project status, bugs, and blueprints are tracked on Launchpad
- Additional resources are linked from the project Wiki page
- Python client
License
Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0