RIFT-14562 Supprt of mngmt network overriding on VLDs
[osm/SO.git] / rwcal / plugins / vala / rwcal_openmano / rwcal_openmano.py
index 1503d64..93d6d2f 100644 (file)
@@ -246,7 +246,7 @@ class RwcalOpenmanoPlugin(GObject.Object, RwCal.Cloud):
         raise NotImplementedError()
 
     @rwstatus(ret_on_failure=[None])
-    def do_get_vdu(self, account, vdu_id):
+    def do_get_vdu(self, account, vdu_id, mgmt_network = None):
         raise NotImplementedError()
 
     @rwstatus(ret_on_failure=[""])