Skip to content

Commit 629e565

Browse files
committed
Revert "reduce default lease time to 5 minutes"
We have a fix in Nova which should make this unessessary, revert to see if that's true. This reverts commit 61aa0e9. Change-Id: If109af452ad583417e3a3a3ef1c9b545f1ec9b89
1 parent 61aa0e9 commit 629e565

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/nova

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,6 @@ function create_nova_conf_nova_network {
689689
iniset $NOVA_CONF DEFAULT public_interface "$PUBLIC_INTERFACE"
690690
iniset $NOVA_CONF DEFAULT vlan_interface "$VLAN_INTERFACE"
691691
iniset $NOVA_CONF DEFAULT flat_network_bridge "$FLAT_NETWORK_BRIDGE"
692-
# force down dhcp leases to 5 minutes, which lets us expire faster
693-
iniset $NOVA_CONF DEFAULT dhcp_lease_time 300
694692
if [ -n "$FLAT_INTERFACE" ]; then
695693
iniset $NOVA_CONF DEFAULT flat_interface "$FLAT_INTERFACE"
696694
fi

0 commit comments

Comments
 (0)