From 921628de1cad6149214f76bcb66e3d0db8f049c4 Mon Sep 17 00:00:00 2001 From: ArkadyKanevsky Date: Mon, 3 May 2021 13:13:26 -0500 Subject: [PATCH] Added 3 add-on sections as informational to main json. Will do the same for next guideline. Removed notion of core projects and replaced as required for OpenStack Powered Logo. Change-Id: Iee17aaa06b7c0792fade0f9b012909e11d0d9f29 --- next.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/next.json b/next.json index 7bb63aed..65249591 100644 --- a/next.json +++ b/next.json @@ -3205,7 +3205,25 @@ }, "horizon": { "informational": { - "guidance": "Clients not considered core capabilities at this time", + "guidance": "Clients not considered required for OpenStack Powered Logo capabilities at this time", + "sections": {} + } + }, + "heat": { + "informational": { + "guidance": "Orchestration service capabilities appear in an add-on guidance as addition to OpenStack Powered Compute or OpenStack Powered Platform Logo", + "sections": {} + } + }, + "designate": { + "informational": { + "guidance": "DNS service capabilities appear in an add-on guidance as addition to OpenStack Powered Compute or OpenStack Powered Platform Logo", + "sections": {} + } + }, + "manila": { + "informational": { + "guidance": "Shared file system service capabilities appear in an add-on guidance as addition to OpenStack Powered Compute or OpenStack Powered Platform Logo", "sections": {} } }