Add release notes for VNF Forwarding Graph

Change-Id: I2e56143ef5bf374d1219cfe8c947d19a3a5ad5f5
implements: blueprint tacker-vnffg
This commit is contained in:
Sridhar Ramaswamy 2016-09-23 00:00:00 -07:00
parent eea965db98
commit 4d08e90df3

View File

@ -0,0 +1,13 @@
---
features:
- VNF Forwarding Graph support is available as an EXPERIMENTAL feature.
TOSCA NFV Profile based Forwarding Graph Descriptor can be uploaded
to VNF-FGD Catalog. VNF-FFGD template describes both Classifier and
Forwarding Path across a collection of Connection Points described in
VNFDs. Using the template VNF FFG can be instantiated using the default
Neutron networking-sfc driver.
issues:
- Logical source port need to be specified VNF-FFGD flow classifier
section. This is due to the current restriction in Neutron
networking-sfc flow-classifier API restriction. This behavior will
be resolved once the underlying neutron issue is fixed.