deb-murano/murano/packages
Kirill Zaitsev 08f5193eae Allow package cache to persist on disc
Changes APIPackageLoader class, to enable it to persist downloaded
packages on disc. Adds synchronization between eventlet threads and
different murano-engine workers, since it's now possible for
several engines to attempt to download the same package
The functionality is controlled with 'enable_package_cache' conf
variable.

Targets blueprint: murano-engine-package-cache

Change-Id: Ia7bc60ea44463724758c9313683c28b5d736bbd5
2016-01-25 00:23:58 +03:00
..
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
exceptions.py Replace unicode with six.text_type 2015-12-28 05:07:08 -08:00
hot_package.py Python3: Replace basestring by six.string_types 2016-01-18 23:48:37 -08:00
load_utils.py Allow package cache to persist on disc 2016-01-25 00:23:58 +03:00
mpl_package.py Package type plugins support was added 2015-10-20 22:09:05 +00:00
package_base.py Package type plugins support was added 2015-10-20 22:09:05 +00:00
package.py Package type plugins support was added 2015-10-20 22:09:05 +00:00