tacker.plugins.common.utils module¶
Common utilities and helper functions for Openstack Networking Plugins.
- tacker.plugins.common.utils.in_pending_status(status)¶
- tacker.plugins.common.utils.parse_network_vlan_range(network_vlan_range)¶
Interpret a string as network[:vlan_begin:vlan_end].
- tacker.plugins.common.utils.parse_network_vlan_ranges(network_vlan_ranges_cfg_entries)¶
Interpret a list of strings as network[:vlan_begin:vlan_end] entries.
- tacker.plugins.common.utils.verify_vlan_range(vlan_range)¶
Raise an exception for invalid tags or malformed range.