tacker/releasenotes/notes/add-vnf-forwarding-graph-9c6cd9c52592d271.yaml
Sridhar Ramaswamy 4d08e90df3 Add release notes for VNF Forwarding Graph
Change-Id: I2e56143ef5bf374d1219cfe8c947d19a3a5ad5f5
implements: blueprint tacker-vnffg
2016-09-23 00:01:06 -07:00

14 lines
690 B
YAML

---
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.