bugfix: sol004 and sol007 accepting zip files when vnfpkg-create or nspkg-create...
[osm/osmclient.git] / osmclient / sol005 / nsd.py
index 7c29252..5ccbe78 100644 (file)
@@ -152,6 +152,8 @@ class Nsd(object):
                 headers["Content-Type"] = "text/plain"
             elif mime_type in ["application/gzip", "application/x-gzip"]:
                 headers["Content-Type"] = "application/gzip"
+            elif mime_type in ["application/zip"]:
+                headers["Content-Type"] = "application/zip"
             else:
                 raise ClientException(
                     "Unexpected MIME type for file {}: MIME type {}".format(