RETIRED, Application Catalog for OpenStack
Go to file
Ekaterina Chernova fd59720b1b Add MockContextManager
It is used in murano-test-runner.

Mocks are inserted into new context, that is created
from the current context:
If mock for the current object exist, new linked context
   (``murano.dsl.linked_context.LinkedContext``) will be returned. It links
   existing context with the new context, where mock definition is presented.
   So if mocked function will be called, context will contain two
   definitions with that function: mock and original one, but mock will have
   higher priority.

If there is no mock for the current object or class, existing context
   will be returned. If there is no existing context, *None* will be returned.

Targets blueprint mock-context-manager

Depends-On: I9eccdf3af1802c731bfdfb93df92c4ad902a4d34
Change-Id: I9a55d07188ff06bdf98248f011a700c297e33417
2015-12-08 14:10:22 +03:00
contrib Merge "Glare Plugin Package version removed" 2015-12-01 11:05:28 +00:00
devstack Replacing application_catalog with application-catalog 2015-11-27 20:02:41 +08:00
doc/source Merge "[Murano Docs] Remove logs section" 2015-12-01 13:53:38 +00:00
etc Merge "Rework service broker authorization process" 2015-11-13 12:22:14 +00:00
functionaltests Merge "Remove libs and extras.d usage from gate hooks" 2015-10-21 13:46:06 +00:00
meta FIP was not assigned to revived Instance 2015-10-22 22:54:02 +03:00
murano Add MockContextManager 2015-12-08 14:10:22 +03:00
murano_tempest_tests Merge "[cfapi] Add multiple tests for cfapi service" 2015-12-01 15:05:49 +00:00
rally-jobs Fix typos and plugin samples link 2015-09-04 22:58:51 +05:30
releasenotes Replacing application_catalog with application-catalog 2015-11-27 20:02:41 +08: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-12 00:28:04 +03: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 Merge "Updated from global requirements" 2015-11-27 12:21:48 +00:00
setup.cfg Initial commit for service broker tests in tempest plugin 2015-11-06 00:48:40 +03:00
setup.py Updated from global requirements 2015-09-17 12:13:02 +00:00
test-requirements.txt Updated from global requirements 2015-11-27 22:38:24 +00:00
tox.ini Force releasenotes warnings to be treated as errors 2015-11-25 23:53:07 +03: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