Client library for Murano API.
Go to file
Serg Melikyan ec501286e9 Fixed broken workaround
Note: Fixed in eventlet v0.13 but we can't be sure that
all clients that use python-muranoclient use newest eventlet

Change-Id: I42d3f577270c8330595c1e006e488c6fc4567d12
2013-08-19 12:55:54 +04: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 Fixed broken workaround 2013-08-19 12:55:54 +04:00
tests Modified client to support lastStatus fetching 2013-07-19 17:41:43 +04:00
tools Add SSL support to muranoclient 2013-08-09 19:08:48 +04:00
.gitignore Removed all projects except Glazier Api Client 2013-04-09 13:44:21 +04:00
.gitreview Added .gitreview file 2013-05-15 17:13:52 +04:00
README.rst KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client 2013-04-26 02:00:15 +04:00
openstack-common.conf Add SSL support to muranoclient 2013-08-09 19:08:48 +04:00
run_tests.sh KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client 2013-04-26 02:00:15 +04:00
setup-centos.sh Add CentOS setup shell script 2013-07-18 13:43:01 +04:00
setup.cfg KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client 2013-04-26 02:00:15 +04:00
setup.py KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client 2013-04-26 02:00:15 +04:00
setup.sh setup.sh add 2013-07-16 19:37:48 +04:00
tox.ini Fix http.py to initial 2013-08-12 14:02:35 +04:00

README.rst

Python bindings to the Murano API ===================== This 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).

SEE ALSO