fix Sub error 40/72640/1
authormaopengzhang <zhang.maopeng1@zte.com.cn>
Wed, 14 Nov 2018 11:39:10 +0000 (19:39 +0800)
committerFu Jinhua <fu.jinhua@zte.com.cn>
Wed, 14 Nov 2018 12:04:33 +0000 (12:04 +0000)
fix  sub URI error

Change-Id: I1fb08b6f765ea9d30fbfe423f7c4bd8abfb70fa8
Issue-ID: VFC-1185
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
(cherry picked from commit 44992c1b357b531c524e6c74e6d6ab3e96bb3f5d)

gvnfmadapter/driver/interfaces/serializers/lccn_subscription_request.py

index 8f5cfe8..8b3d63a 100644 (file)
@@ -19,7 +19,7 @@ from driver.interfaces.serializers.subscription_authentication import Subscripti
 
 
 class LccnSubscriptionRequestSerializer(serializers.Serializer):
-    callbackUri = serializers.URLField(
+    callbackUri = serializers.CharField(
         help_text="The URI of the endpoint to send the notification to.",
         required=True,
         allow_null=False)