diff --git a/src/config/api-server/vnc_addr_mgmt.py b/src/config/api-server/vnc_addr_mgmt.py index ec7b336189a..03edcc2dce8 100644 --- a/src/config/api-server/vnc_addr_mgmt.py +++ b/src/config/api-server/vnc_addr_mgmt.py @@ -245,6 +245,7 @@ def __init__(self, name, prefix, prefix_len, ip_alloc_unit) # if allocation-pool is not specified, create one with entire cidr + no_alloc_pool = False if not alloc_pool_list: alloc_pool_list = [{'start': str(IPAddress(network.first)), 'end': str(IPAddress(network.last-1))}]