Correct dhcp_reservations default

This commit is contained in:
Joshua Boniface 2018-10-09 00:24:59 -04:00
parent f2431f179e
commit ceb7b6b5cd
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class VXNetworkInstance():
self.dhcp_server_daemon = None
self.dnsmasq_hostsdir = '{}/{}'.format(config['dnsmasq_hosts_dir'], self.vni)
self.dhcp_reservations = None
self.dhcp_reservations = []
# Zookeper handlers for changed states
@self.zk_conn.DataWatch('/networks/{}'.format(self.vni))