Fix ipam_driver config help

Commit I1d633810bd16f1bec7bbca57522e9ad3f7745ea2 changed the default ipam
driver from none to 'internal', but the config help was not updated.

Change-Id: Ied714bf23bcedfface757de1f93827e30cbde59e
This commit is contained in:
Adit Sarfaty 2016-08-29 14:19:39 +03:00 committed by Brian Haley
parent 0806cdff84
commit e4d4c72f8a
1 changed files with 2 additions and 4 deletions

View File

@ -133,10 +133,8 @@ core_opts = [
'instances via DHCP and RA MTU options.')),
cfg.StrOpt('ipam_driver', default='internal',
help=_("Neutron IPAM (IP address management) driver to use. "
"If ipam_driver is not set (default behavior), no IPAM "
"driver is used. In order to use the reference "
"implementation of Neutron IPAM driver, "
"use 'internal'.")),
"By default, the reference implementation of the "
"Neutron IPAM driver is used.")),
cfg.BoolOpt('vlan_transparent', default=False,
help=_('If True, then allow plugins that support it to '
'create VLAN transparent networks.')),