python-muranoclient/releasenotes
Alexander Tivelkov 56605d2740 Support for multi-class yamls in client
MuranoClient needs to analyse package classes (names and inheritance
chains) to properly add packages to Glare. This requires it to
properly resolve class names in the appropriate namespaces.

Since Mitaka Murano supports multi-class yamls, i.e. yaml files
containing multiple MuranoPL classes in a single yaml file using it
multi-document format. Optionally this allows to reuse a single
namespace definition for multiple classes defined in the same file.

Client was not aware of this feature, always loading classes as
single-document yamls. It was also always using the current-class
namespace definitions, thus likely to fail if the shared namespace
definition is in use.

This has been addressed.

Closes-bug: #1608440
Change-Id: Ibd08454f71e0266c76a2ac517b441df97311d8b9
(cherry picked from commit 98adda6a46)
2016-08-06 10:25:58 +00:00
..
notes Support for multi-class yamls in client 2016-08-06 10:25:58 +00:00
source Add reno for RElease NOtes 2015-12-01 16:58:22 +00:00