Comment 1 for bug 1843425

Revision history for this message
LIU Yulong (dragon889) wrote :

I may confirm the types, these are some log output from local test:
type cur_info['tag']: <type 'int'>
type lvm.vlan: <type 'int'>
type other_config.get('tag'): <type 'unicode'>

value cur_info['tag']: 2
value lvm.vlan: 2
value other_config.get('tag'): 2

Indeed that uninstall_flows can be called.