]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix opt helpstring for dhcp_lease_duration
authorTom Fifield <tom@openstack.org>
Mon, 16 Jun 2014 09:15:42 +0000 (17:15 +0800)
committerTom Fifield <tom@openstack.org>
Mon, 16 Jun 2014 09:17:53 +0000 (17:17 +0800)
commit0f9e82d6a68fa46bf11c3883e65975a2b40498e4
treec17d322bc0a2f1bc18af48424c7f9d7119065046
parent043f04c1595b061ece88f48430f7a4b82dac5f89
Fix opt helpstring for dhcp_lease_duration

Recently (https://review.openstack.org/#/c/92453), the
functionality of dhcp_lease_duration was changed to support
infinite lease times.

However, this change failed to update the associated help text
with the option declaration. This patch simply updates the text
so that the new functionality can be understood by the user.

Change-Id: Id9dbe11599c55b447387df4a2d6639b7e8dba6ce
neutron/common/config.py