charm-murano/src
Viswesuwara nathan 469ca80347 Update murano_handlers.py
Removed it by mistake.
2016-10-27 16:42:07 +05:30
..
lib/charm/openstack io-murano package installation during charm bringup done 2016-10-25 12:18:53 +05:30
reactive Update murano_handlers.py 2016-10-27 16:42:07 +05:30
templates io-murano package installation during charm bringup done 2016-10-25 12:18:53 +05:30
tests Initial commit 2016-10-23 10:30:53 +05:30
README.md Initial commit 2016-10-23 10:30:53 +05:30
config.yaml Updated reactive for io-murano and modified config.yaml defaults 2016-10-27 14:32:27 +05:30
copyright Initial commit 2016-10-23 10:30:53 +05:30
icon.svg Initial commit 2016-10-23 10:30:53 +05:30
layer.yaml Initial commit 2016-10-23 10:30:53 +05:30
metadata.yaml Updated metadata.yaml 2016-10-24 17:09:14 +05:30
novarc Initial commit 2016-10-23 10:30:53 +05:30
tox.ini Initial commit 2016-10-23 10:30:53 +05:30

README.md

Overview

Murano charm provides a catalog of applications deployable on Openstack cloud.

Usage

Murano relies on services from the mysql/percona, rabbitmq-server and keystone charms:

juju deploy murano
juju deploy keystone
juju deploy mysql
juju deploy rabbitmq-server
juju add-relation murano rabbitmq-server
juju add-relation murano mysql
juju add-relation murano keystone

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.