RETIRED, Application Catalog for OpenStack
Go to file
M V P Nitesh 580677eedc Replace six.iteritems() with .items()
1.As mentioned in [1], we should avoid using six.iteritems to achieve
iterators. We can use dict.items instead, as it will return iterators
in PY3 as well. And dict.items/keys will more readable.
2.In py2, the performance about list should be negligible, see the
link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I45fa65427318e1c35bb521de46e81ea12ca7b770
2017-05-03 09:17:18 +00:00
api-ref/source Add environments to api-ref 2017-03-23 14:20:05 +08:00
contrib Replace six.iteritems() with .items() 2017-05-03 09:17:18 +00:00
devstack [devstack] Remove all the dashboard config files 2017-03-23 10:11:06 +08:00
doc/source Fix a typo 2017-03-13 23:16:54 -07:00
etc Allows fetching of deployments from all environments. 2017-01-16 12:00:33 -05:00
functionaltests Change Murano API detection in tests and fix tests itself 2016-08-22 19:02:09 +00:00
install-guide/source Create official murano install guide. 2017-03-17 16:45:17 +00:00
meta Fixed opportunity run muranoagent twice 2017-02-09 12:58:09 +00:00
murano Replace six.iteritems() with .items() 2017-05-03 09:17:18 +00:00
murano_tempest_tests Replace six.iteritems() with .items() 2017-05-03 09:17:18 +00:00
rally-jobs Fix typos and plugin samples link 2015-09-04 22:58:51 +05:30
releasenotes Imported Translations from Zanata 2017-03-23 11:08:29 +00:00
tools Prepare for using standard python tests 2017-02-03 22:34:15 +01:00
.coveragerc Update .coveragerc after the removal of openstack directory 2016-10-17 17:32:48 +05:30
.gitignore Initial commit for murano api-ref 2017-01-03 15:30:35 +08: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 2017-04-01 15:26:25 +00:00
setup.cfg Remove support for py34 2017-02-08 11:20:18 +07:00
setup.py Updated from global requirements 2017-03-02 11:47:23 +00:00
test-requirements.txt Updated from global requirements 2017-03-06 01:11:55 +00:00
tox.ini Create official murano install guide. 2017-03-17 16:45:17 +00: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