RETIRED, Client library for Murano API.
Go to file
Doug Hellmann 1bb107cf0d Drop use of 'oslo' namespace package
The Oslo libraries have moved all of their code out of the 'oslo'
namespace package into per-library packages. The namespace package was
retained during kilo for backwards compatibility, but will be removed by
the liberty-2 milestone. This change removes the use of the namespace
package, replacing it with the new package names.

The patches in the libraries will be put on hold until application
patches have landed, or L2, whichever comes first. At that point, new
versions of the libraries without namespace packages will be released as
a major version update.

Please merge this patch, or an equivalent, before L2 to avoid problems
with those library releases.

Blueprint: remove-namespace-packages
https://blueprints.launchpad.net/oslo-incubator/+spec/remove-namespace-packages

Change-Id: I5d325e9397404211df00d9e39195b63d9a2f2e76
2015-05-06 19:37:48 +00: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 Drop use of 'oslo' namespace package 2015-05-06 19:37:48 +00:00
tools Bash completion script for murano 2015-04-02 17:40:21 +03: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 Infrastructure update 2014-06-24 13:28:36 +04: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
openstack-common.conf Use modules from oslo istead of openstack-common 2015-01-20 12:19:23 +00:00
README.rst Update Readme 2015-04-27 17:24:09 +03:00
requirements.txt Updated YAQL requirement to >= 0.2.6 2015-04-29 13:08:31 +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 from global requirements 2015-04-01 14:02:40 +03:00
setup.sh Cherry-pick following change-ids from release-0.2. 2013-09-03 15:15:02 +04:00
test-requirements.txt Tests for repository machinery 2015-04-06 15:20:04 +03:00
tox.ini Merge "Use pretty-tox for better test output" 2015-02-02 11:44:37 +00: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, 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