Deal with nfPackage
[vfc/nfvo/catalog.git] / catalog / packages / serializers / vnf_pkg_info.py
index c6f7273..4c63a46 100644 (file)
@@ -103,5 +103,5 @@ class VnfPkgInfoSerializer(serializers.Serializer):
     _links = _LinkSerializer(
         help_text='Links to resources related to this resource.',
         required=True,
-        allow_null=False
+        allow_null=True  # TODO supposed to be False
     )