X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwcal%2Frift%2Fcal%2Fclient.py;h=d6b17bbe8cb55a826b9b288bb2b3dfe333ebe8fa;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=4717b0b3c22bd9a299a8681d81bf9d6126bb5dc7;hpb=6f07e6f33f751ab4ffe624f6037f887b243bece2;p=osm%2FSO.git diff --git a/rwcal/rift/cal/client.py b/rwcal/rift/cal/client.py index 4717b0b3..d6b17bbe 100644 --- a/rwcal/rift/cal/client.py +++ b/rwcal/rift/cal/client.py @@ -57,7 +57,7 @@ class CloudsimClient(cal_utils.CloudSimCalMixin): def upload_image(self, location, name=None): """Onboard image to cloudsim server.""" - image = RwcalYang.ImageInfoItem() + image = RwcalYang.YangData_RwProject_Project_VimResources_ImageinfoList() image.name = name or os.path.basename(location) image.location = location image.disk_format = "qcow2"