RETIRED, Application Catalog for OpenStack
Go to file
chenaidong1 155f747a66 Modify variable's usage in Log Messages
String interpolation should be delayed to be handled by the logging code,
rather than being done at the point of the logging call.
Ref:http://docs.openstack.org/developer/oslo.i18n/guidelines.html#log-translation
For example:
# WRONG
LOG.info(_LI('some message: variable=%s') % variable)
# RIGHT
LOG.info(_LI('some message: variable=%s'), variable)

Change-Id: If8d36220a9370b304ae51a329f8bba370285fdc2
2016-12-06 09:13:14 +00:00
contrib Use sys.maxsize instead of sys.maxint 2016-09-29 11:57:33 +03:00
devstack Revert "Update devstack keystone_authtoken config to fit with keystone v3" 2016-11-23 15:52:01 +00:00
doc/source [Docs] Restructuring 2016-11-15 16:53:34 +02:00
etc Use devstack for service broker use separate paste and db 2016-07-25 10:05:58 +00:00
functionaltests Change Murano API detection in tests and fix tests itself 2016-08-22 19:02:09 +00:00
meta Murano can now properly attach VMs to shared networks 2016-11-29 18:17:12 +03:00
murano Modify variable's usage in Log Messages 2016-12-06 09:13:14 +00:00
murano_tempest_tests Merge "Fix removes date_time items from dictionaries" 2016-11-29 19:36:45 +00:00
rally-jobs Fix typos and plugin samples link 2015-09-04 22:58:51 +05:30
releasenotes Murano can now properly attach VMs to shared networks 2016-11-29 18:17:12 +03:00
tools Fix typos in cover.sh 2016-11-16 13:09:22 +00:00
.coveragerc Update .coveragerc after the removal of openstack directory 2016-10-17 17:32:48 +05:30
.gitignore Generate separate db for murano service broker 2016-05-31 21:25:33 -04:00
.gitreview Update .gitreview file to reflect repo rename 2015-04-18 00:37:35 +00:00
.testr.conf Mark .testr.conf as not-executable 2016-10-03 17:10:24 +03:00
babel.cfg Removed all projects except Glazier Api 2013-04-09 13:25:02 +04:00
CONTRIBUTING.rst Added links to murano-specs documentation 2016-03-01 17:15:26 +00:00
HACKING.rst Add hacking rule for using assertIsNone instead of assertEqual(None,***) 2016-09-27 02:35:50 +00:00
LICENSE Added MANIFEST.in and LICENSE 2013-05-31 16:18:01 +04:00
README.rst Show team and repo badges on README 2016-11-25 15:50:01 +01:00
requirements.txt Updated from global requirements 2016-12-02 17:11:52 +00:00
setup.cfg Merge "modify the home-page info with the developer documentation" 2016-08-29 01:49:40 +00:00
setup.py Updated from global requirements 2015-09-17 12:13:02 +00:00
test-requirements.txt Updated from global requirements 2016-12-02 17:11:52 +00:00
tox.ini Improve first app builds 2016-10-14 16:51:00 +02:00

Team and repository tags

image

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