RETIRED, further work has moved to Debian project infrastructure
Go to file
Stan Lagun 05edab3661 Do not wait for MessageHandlingServer
Previously oslo.messaging's MessageHandlingServer
was used as as a murano-engine service in service launcher.
As a result it's wait() method was called. But after recent
changes it's wait method is supposed to be call only
after stop() to wait for graceful message processing to end.
As a result a warning was printed that stop() didn't finish
after 30 sec from wait() invocation (because it was never called).

This commit adds EngineService service implementation
that has its own wait() and encapsulates MessageHandlingServer
instance.

Change-Id: Ie553e0b27cc1c261b963907b4f12f89795b99a12
Closes-Bug: #1521087
2015-12-09 12:30:49 +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 [Murano Docs] Add an intro to env section 2015-12-07 20:56:53 +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 Do not wait for MessageHandlingServer 2015-12-09 12:30:49 +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 HOT outputs were merged 2015-12-02 13:07:16 +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-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
babel.cfg Removed all projects except Glazier Api 2013-04-09 13:25:02 +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
requirements.txt Merge "Updated from global requirements" 2015-11-27 12:21:48 +00:00
setup.cfg Remove version from setup.cfg 2015-12-07 16:25:26 +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-06 10:40:23 +00:00
tox.ini Force releasenotes warnings to be treated as errors 2015-11-25 23:53:07 +03:00

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