* YANG to TOSCA VNFFG Support
[osm/SO.git] / common / python / rift / mano / tosca_translator / rwmano / tosca / tosca_forwarding_graph.py
index 715ddc3..7b8657d 100644 (file)
@@ -13,7 +13,7 @@ class ToscaForwardingGraph(ManoResource):
                                           type_="vnfgd",
                                           metadata=metadata)
                self.name = group.name
-               self.type_ = 'vnffg'
+               self.type_ = 'vnfgd'
                self.metadata = metadata
                self.group = group
                self.properties = {}