[Kimchi-devel] [PATCH] Bug fix #309 - network: Unable to create vlan tagged on Ubuntu

Crístian Viana vianac at linux.vnet.ibm.com
Wed Jan 29 17:30:25 UTC 2014


Am 28-01-2014 10:08, schrieb Ramon Medeiros:
> +            except libvirt.libvirtError as e:
> +                raise OperationFailed(e.message)
> +                rollback.prependDefer(vlan_tagged_br.destroy)
> +            else:
> +                return br_name
The call to "rollback.prependDefer" will never be executed because it's 
placed after a "raise" statement.




More information about the Kimchi-devel mailing list