From 4ff38e65a43429b401a2a241b9e01e3ea37c9743 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 17 Oct 2018 08:59:50 -0500 Subject: [PATCH] Add release note about decoupling Change-Id: I87bd8c9c1519f9500097c8d3ebc9626cb3f08467 --- releasenotes/notes/lifesupport-d6e700c3226e35d6.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/lifesupport-d6e700c3226e35d6.yaml diff --git a/releasenotes/notes/lifesupport-d6e700c3226e35d6.yaml b/releasenotes/notes/lifesupport-d6e700c3226e35d6.yaml new file mode 100644 index 000000000..0680edb93 --- /dev/null +++ b/releasenotes/notes/lifesupport-d6e700c3226e35d6.yaml @@ -0,0 +1,8 @@ +--- +prelude: > + The relationship between shade and openstacksdk has been decoupled + and the shade library is now officially in maintenance mode. Bugfixes + are welcome, and the library remains supported, but no new features + will be accepted. Developers are strongly encouraged to migrate to + openstacksdk which has the same code but is being actively driven + forward.