fix grant swagger error 47/88847/1
authormaopengzhang <zhang.maopeng1@zte.com.cn>
Thu, 30 May 2019 09:15:41 +0000 (17:15 +0800)
committermaopengzhang <zhang.maopeng1@zte.com.cn>
Thu, 30 May 2019 09:15:41 +0000 (17:15 +0800)
fix grant swagger error

Change-Id: I26dafb33f4fab9258cb89c41cafc2a588569e05e
Issue-ID: VFC-1406
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
lcm/ns_vnfs/serializers/grant_vnf_serializer.py

index fb81609..af30ac7 100644 (file)
@@ -194,7 +194,7 @@ class GrantRequestSerializer(serializers.Serializer):
     )
     additionalParams = serializers.DictField(
         help_text="Additional parameters passed by the VNFM.",
-        child=serializers.CharField(help_text="KeyValue Pairs", allow_blank=True),
+        child=serializers.CharField(help_text="KeyValue Pairs", allow_blank=True),
         required=False,
         allow_null=True
     )