diff --git a/compute_hyperv/nova/vmops.py b/compute_hyperv/nova/vmops.py index 9e812473..1418a0e4 100644 --- a/compute_hyperv/nova/vmops.py +++ b/compute_hyperv/nova/vmops.py @@ -1096,7 +1096,8 @@ class VMOps(object): except Exception as exc: LOG.exception("Failed to plug vif: '%s'.", vif, instance=instance) - raise exception.VirtualInterfacePlugException(exc) + raise exception.VirtualInterfacePlugException( + six.text_type(exc)) def unplug_vifs(self, instance, network_info): if network_info: