Example #1
0
def setup(*args, **kwargs):
    set_network_allocator(NullNetworkAllocator())
Example #2
0
def setup(*args, **kwargs):
    """Register a NullNetworkAllocator as the network allocator."""
    set_network_allocator(NullNetworkAllocator())
Example #3
0
def setup(*args, **kwargs):
    set_network_allocator(VlanAllocator())
Example #4
0
def setup(*args, **kwargs):
    """Register a VlanAllocator as the network allocator."""
    set_network_allocator(VlanAllocator())
Example #5
0
def setup(*args, **kwargs):
    set_network_allocator(VlanAllocator())