python-muranoclient/releasenotes/notes
Alexander Tivelkov 98adda6a46 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
2016-08-01 18:41:06 +00:00
..
.placeholder Add reno for RElease NOtes 2015-12-01 16:58:22 +00:00
action-arguments-06a554f76783f3ed.yaml Make environment-action-call command accept JSON arguments 2016-07-21 12:30:49 +03:00
add-environment-support-to-OSC-173b86ec631283b7.yaml Add Environment support for openstack CLI 2016-03-15 23:51:58 +03:00
added-category-command-01cb9dab21ab4a7b.yaml Add Category support for openstack CLI 2016-03-15 23:06:36 +00:00
added-environment-command-85b31973e101fd1f.yaml Add environment create/delete to openstack CLI 2016-03-15 23:06:31 +00:00
added-static-actions-3d45f5cdc5491770.yaml Add support for static actions API 2016-07-19 14:09:43 +00:00
bug-1527045-97993f04757b4901.yaml Let the SessionClient raw_request only return response 2015-12-17 17:59:55 +08:00
bug-1536121-51c42f77a9e97db1.yaml Rename the package-import version parameter 2016-02-16 02:03:30 -05:00
dep-exists-action-9af18bebcc0ef053.yaml Add '--dep-exists-action' argument to murano CLI 2016-06-15 10:52:11 +03:00
enable-openstack-client-support-a273e33d6c31e36e.yaml Initial commit for openstack-client support in python-muranoclient 2016-01-20 23:00:47 +05:30
glare-endpoint-cdba1b2351c19592.yaml Distinguish between glance and glare endpoints 2016-03-02 22:25:04 +00:00
global-inherits-fix-6da007ec44a774f2.yaml Store transitive inheritance information in glare 2016-06-03 12:28:46 +00:00
improved-cli-outputs-a3e75cf0224a1993.yaml Make CLI outputs consistent with other OpenStack clients 2016-02-16 12:39:32 +01:00
multi-class-yamls-support-914b3d155324214f.yaml Support for multi-class yamls in client 2016-08-01 18:41:06 +00:00
osc-murano-url-507932234b49cf9f.yaml Add ability to override MURANO_URL for murano OSC plugin 2016-03-16 02:06:14 +03:00
reauth-fix-e03ad966c3178167.yaml Add reauth if token is expired and username/password are available 2016-03-09 13:59:02 +00:00
repair-package-update-command-72e4c85da1b2c897.yaml Fix spellings for some words 2016-02-03 15:34:00 +00:00
requirements-order-19ecc40ca6d34739.yaml Import package and dependencies in correct order 2016-06-21 14:04:13 +03:00
resources-dir-for-hot-c557c1472bbc79fa.yaml Support resources-dir for hot-packages 2016-06-16 13:32:45 +03:00
safeloader-cve-2016-4972-e3f7ad9b234655ca.yaml Use yaml.SafeLoader instead of yaml.Loader 2016-06-23 18:26:23 +03:00
support-endpoint-type-d7c6b32098b67eeb.yaml Utilize enpoint_type argument for client creation 2016-06-09 15:21:04 +00:00
yamlloader-glare-d7d0506f6711b650.yaml Use DummyYaqlYamlLoader to load classes during upload 2016-06-24 00:59:34 +03:00