Ryan Lane has submitted this change and it was merged. Change subject: Extend dhcp time to lessen load on network node ......................................................................
Extend dhcp time to lessen load on network node Change-Id: Iddfdb178d50effd26437cc10f52bdcff2c38c288 --- M templates/openstack/folsom/nova/nova.conf.erb 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Ryan Lane: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/openstack/folsom/nova/nova.conf.erb b/templates/openstack/folsom/nova/nova.conf.erb index 802e863..816fbba 100644 --- a/templates/openstack/folsom/nova/nova.conf.erb +++ b/templates/openstack/folsom/nova/nova.conf.erb @@ -45,6 +45,10 @@ live_migration_uri=<%= novaconfig["live_migration_uri"] %> libvirt_use_virtio_for_bridges=True force_dhcp_release=True +# set the lease time to 24 hours +dhcp_lease_time=86400 +# timeout expired leases after 48 hours +fixed_ip_disassociate_timeout=172800 iscsi_helper=tgtadm # Settings for wikistatus, the plugin that updates OSM with instance status: -- To view, visit https://gerrit.wikimedia.org/r/76537 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iddfdb178d50effd26437cc10f52bdcff2c38c288 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ryan Lane <[email protected]> Gerrit-Reviewer: Ryan Lane <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
