X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rwcal%2Fplugins%2Fvala%2Frwcal_vsphere%2Frwcal_vsphere.py;fp=rwcal%2Fplugins%2Fvala%2Frwcal_vsphere%2Frwcal_vsphere.py;h=cda38674cef52bd1bab4633224aff959e0a6cf22;hb=eee6889b91076e1099f1848251fd5493d2256b6e;hp=2dcbd8c487da3e61dc429e95431750e8650651ab;hpb=55e01f61d558380f6cc8b34a2d7834819371defd;p=osm%2FSO.git diff --git a/rwcal/plugins/vala/rwcal_vsphere/rwcal_vsphere.py b/rwcal/plugins/vala/rwcal_vsphere/rwcal_vsphere.py index 2dcbd8c4..cda38674 100644 --- a/rwcal/plugins/vala/rwcal_vsphere/rwcal_vsphere.py +++ b/rwcal/plugins/vala/rwcal_vsphere/rwcal_vsphere.py @@ -230,7 +230,7 @@ class RwcalVspherePlugin(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=[""])