murano/meta
Omar Shykhkerimov 34aa88cb61 Move getRegion() in CinderVolume to deploy() method
getRegion() method in CinderVolume class was called before
the region was created in Environment class.

This patch moves usage of this function to deploy() method to
have region already created.

Change-Id: I542e5e7bf85bbf8dd83ac746e203e2e7e6b6f111
Closes-Bug: #1626048
2016-09-21 17:56:14 +00:00
..
io.murano Move getRegion() in CinderVolume to deploy() method 2016-09-21 17:56:14 +00:00
io.murano.applications Fixes invalid expression in app dev framework 2016-09-05 08:45:11 +00:00
README.rst Update meta folder readme 2015-05-21 15:10:44 +03:00

README.rst

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