Support python3 uploaded to pypi websit
[parser.git] / tosca2heat / heat-translator / translator / hot / tosca / tosca_database.py
index 26c9d4d..7c8bc45 100644 (file)
@@ -22,8 +22,8 @@ class ToscaDatabase(HotResource):
 
     toscatype = 'tosca.nodes.Database'
 
-    def __init__(self, nodetemplate):
-        super(ToscaDatabase, self).__init__(nodetemplate)
+    def __init__(self, nodetemplate, csar_dir=None):
+        super(ToscaDatabase, self).__init__(nodetemplate, csar_dir=csar_dir)
         pass
 
     def handle_properties(self):