From 278a48a81cd45bf1f07f7b359177435df51ff63f Mon Sep 17 00:00:00 2001 From: Megh Bhatt Date: Mon, 13 Jun 2016 18:11:48 -0700 Subject: [PATCH] Initialize no_alloc_pool Change-Id: I89355e83f366761a51922f470572d74950c00fed Closes-Bug: #1592211 --- src/config/api-server/vnc_addr_mgmt.py | 1 + 1 file changed, 1 insertion(+) 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))}]