X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=osm_ro%2Fvimconn.py;fp=osm_ro%2Fvimconn.py;h=4a7cc095545e52144187382124504cb2851ae299;hp=cc06f84dbfb60daed3505d330bbfcca5dbb1191d;hb=c4f4d73f8bfe46ca8906b99dd6eb1f3342bd4bf9;hpb=307a1ca49b6e92b97230f8639bb222b3073c871f diff --git a/osm_ro/vimconn.py b/osm_ro/vimconn.py index cc06f84d..4a7cc095 100644 --- a/osm_ro/vimconn.py +++ b/osm_ro/vimconn.py @@ -480,7 +480,7 @@ class vimconnector(): 'name': (optional) name for the interface. 'net_id': VIM network id where this interface must be connect to. Mandatory for type==virtual 'vpci': (optional) virtual vPCI address to assign at the VM. Can be ignored depending on VIM capabilities - 'model': (optional and only have sense for type==virtual) interface model: virtio, e2000, ... + 'model': (optional and only have sense for type==virtual) interface model: virtio, e1000, ... 'mac_address': (optional) mac address to assign to this interface 'ip_address': (optional) IP address to assign to this interface #TODO: CHECK if an optional 'vlan' parameter is needed for VIMs when type if VF and net_id is not provided,