From 848ea16fe312bcd82685cc9a479b158b1da8d5ad Mon Sep 17 00:00:00 2001 From: Yasufumi Ogawa Date: Fri, 26 Mar 2021 09:58:57 +0000 Subject: [PATCH] Fix corrupted styles in prelude in releasenotes This update is to fix styles and revise some descriptions to be concise in the second paragraph in draft verion of releasenote for wallaby[1]. [1] https://docs.openstack.org/releasenotes/tacker/ Signed-off-by: Yasufumi Ogawa Change-Id: Iba1069db766770434dc9d126de33d646fc228485 --- ...-support-with-sol003-c63760c65e5a38ae.yaml | 21 +++++++------------ 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/releasenotes/notes/extend-k8s-support-with-sol003-c63760c65e5a38ae.yaml b/releasenotes/notes/extend-k8s-support-with-sol003-c63760c65e5a38ae.yaml index 609759542..667cd5753 100644 --- a/releasenotes/notes/extend-k8s-support-with-sol003-c63760c65e5a38ae.yaml +++ b/releasenotes/notes/extend-k8s-support-with-sol003-c63760c65e5a38ae.yaml @@ -1,19 +1,14 @@ --- -prelude: > - This release contains the new features based on ETSI NFV specifications. - The REST API and data models in ETSI NFV-SOL documents are added: +prelude: | + Features based on ETSI NFV specifications, REST API and data models: - ETSI NFV-SOL003 v2.6.1 VNF Lifecycle Management - * Scale VNF - * Update VNF - * Rollback VNF - ETSI NFV-SOL005 v2.6.1 - * Fetch VNF Package Artifacts + - ETSI NFV-SOL003 v2.6.1: VNF Lifecycle Management(Scale VNF, Update VNF + and Rollback VNF) + - ETSI NFV-SOL005 v2.6.1: Fetch VNF Package Artifacts - Also, the support for Kubernetes VIM is extended to use ETSI NFV-SOL based - operations. The major version of resources such as Deployment, DaemonSet, - StatefulSet, and ReplicaSet can be deployed as VNF with Instantiate VNF - operation. + Kubernetes VIM is extended to use ETSI NFV-SOL based operations. + The major version of resources such as Deployment, DaemonSet, StatefulSet, + and ReplicaSet can be deployed as VNF with Instantiate VNF operation. features: - |