Client library for Murano API.
Go to file
Ekaterina Chernova c0c0a77c56 Rename all visible occurrences of 'services' name
'services' is an obsolete name, now only applications should be used.

Change-Id: I137218961e1d7bdbed6e78b6940458cf3f565f52
Closes-bug: #1432580
2015-07-13 17:37:18 +03:00
doc/source KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client 2013-04-26 02:00:15 +04:00
muranoclient Rename all visible occurrences of 'services' name 2015-07-13 17:37:18 +03:00
tools Remove all vim modelines 2015-07-09 12:25:59 +08:00
.gitignore Add package-create command 2014-07-03 19:32:11 +04:00
.gitreview Update .gitreview file to reflect repo rename 2015-04-18 00:42:25 +00:00
.testr.conf Add OS_TEST_PATH to testr 2015-05-09 14:53:24 +03:00
CONTRIBUTING.rst Update Readme 2015-04-27 17:24:09 +03:00
HACKING.rst Update Readme 2015-04-27 17:24:09 +03:00
LICENSE Add LICENSE to muranoclient 2014-07-21 16:24:04 -05:00
README.rst Update Readme 2015-04-27 17:24:09 +03:00
openstack-common.conf Use modules from oslo istead of openstack-common 2015-01-20 12:19:23 +00:00
requirements.txt Update requirements.txt 2015-06-22 16:26:10 +03:00
run_tests.sh Extend CLI functionality 2014-05-28 11:32:25 -05:00
setup-centos.sh Cherry-pick following change-ids from release-0.2. 2013-09-03 15:15:02 +04:00
setup.cfg Remove version from setup.cfg 2014-04-18 19:02:57 +04:00
setup.py Update requirements.txt 2015-06-22 16:26:10 +03:00
setup.sh Cherry-pick following change-ids from release-0.2. 2013-09-03 15:15:02 +04:00
test-requirements.txt Fix the unit tests with wrong using of mock 2015-07-10 22:24:15 +03:00
tox.ini Add passenv parameter for tox G.variables passthrough 2015-07-10 14:33:55 +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, which may be used by the cloud users (including the inexperienced ones) to pick-up the needed applications and services and composes the reliable environments out of them in a "push-the-button" manner.

Python Muranoclient

python-muranoclient is a client library for Murano built on the Murano API. It provides a Python API (the muranoclient module) and a command-line tool (murano).

Project Resources

Project status, bugs, and blueprints are tracked on Launchpad:

Developer documentation can be found here:

https://murano.readthedocs.org

Additional resources are linked from the project wiki page:

https://wiki.openstack.org/wiki/Murano

License

Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0