Update meta folder readme

Change-Id: I19a6f8a9cb84ae45b09ad212f56944e4348ae923
This commit is contained in:
Ekaterina Chernova 2015-04-30 17:48:41 +03:00
parent 9c4d6422a3
commit f9bc521700
2 changed files with 11 additions and 12 deletions

View File

@ -1,12 +0,0 @@
# Murano Classes Metadata
This folder contains only 'core library' classes for Murano.
Any file located here will be included into Murano package (deb/rpm) and imported automatically during installation.
Any other classes should be imported manually via CLI or UI.
Such classes could be found in one of two external repositories:
* Murano App Incubator repository - https://github.com/murano-project/murano-app-incubator
* Murano Incubated Apps repository - doesn't exist yet

11
meta/README.rst Normal file
View File

@ -0,0 +1,11 @@
===================
Murano Core Classes
===================
This folder contains common Murano classes combined to *Core Library*.
The content of this folder needs to be zipped and imported into Murano.
After that Murano applications can be deployed.
To find murano-applications and explore how the common classes are used in Murano Applications,
please refer to `Murano Application Repository <https://github.com/openstack/murano-apps>`_