From c80fe1ada6d5178e7758e8ad054a6ac9ec31da71 Mon Sep 17 00:00:00 2001 From: Cong Phuoc Hoang Date: Wed, 25 Jul 2018 11:30:44 +0900 Subject: [PATCH] Add reno note for updates in NS and VNFFG list commands This patch adds reno note for https://review.openstack.org/#/c/578638 Change-Id: Icaeece0f4832991c99915097d2c2a7a56c289125 --- ...and-vnf-ids-to-ns-list-commands-9d462efc103f8ecb.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 releasenotes/notes/add-vnffg-and-vnf-ids-to-ns-list-commands-9d462efc103f8ecb.yaml diff --git a/releasenotes/notes/add-vnffg-and-vnf-ids-to-ns-list-commands-9d462efc103f8ecb.yaml b/releasenotes/notes/add-vnffg-and-vnf-ids-to-ns-list-commands-9d462efc103f8ecb.yaml new file mode 100644 index 00000000..e285ac8b --- /dev/null +++ b/releasenotes/notes/add-vnffg-and-vnf-ids-to-ns-list-commands-9d462efc103f8ecb.yaml @@ -0,0 +1,9 @@ +--- +features: + - | + Add 'vnf_ids' and 'vnffg_ids' fields in outputs from network + service list command. Users can know which VNFs or VNFFGs, + belongs to specific NS. + Add 'ns_id' field to VNFFG list command, that shows the + network service the current VNFFG belongs to. +