X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwcal%2Fplugins%2Fvala%2Frwcal_vsphere%2Frwcal_vsphere.py;h=0a39ea020d41225aa73e24464e983569c647f9c0;hb=refs%2Fheads%2Fstatic_ip;hp=cda38674cef52bd1bab4633224aff959e0a6cf22;hpb=eee6889b91076e1099f1848251fd5493d2256b6e;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 cda38674..0a39ea02 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, mgmt_network = None): + def do_get_vdu(self, account, vdu_id, mgmt_network=None): raise NotImplementedError() @rwstatus(ret_on_failure=[""])