X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=vimconn_vmware.py;h=f9862183f9494ef51fb159f291a0d2983e960eb6;hb=29c23e2df0e21e31a5af87c905afd27a30b5a609;hp=45b27fb00f56552a36ee332379dce119780ab53b;hpb=3471868dc9e2c5edb0cbe40b81f18692e10e0ec9;p=osm%2FRO.git diff --git a/vimconn_vmware.py b/vimconn_vmware.py index 45b27fb0..f9862183 100644 --- a/vimconn_vmware.py +++ b/vimconn_vmware.py @@ -1107,7 +1107,7 @@ class vimconnector(vimconn.vimconnector): self.logger.debug("List of already created catalog items: {}".format(image_list)) return image_list except Exception as exp: - vimconn.vimconnException("Exception occured while retriving catalog items {}".format(exp)) + raise vimconn.vimconnException("Exception occured while retriving catalog items {}".format(exp)) def get_vappid(self, vdc=None, vapp_name=None): """ Method takes vdc object and vApp name and returns vapp uuid or None