Merge "Correct state_path option's help string"

This commit is contained in:
Jenkins 2015-12-25 04:52:53 +00:00 committed by Gerrit Code Review
commit f95dce7785

View File

@ -159,7 +159,8 @@ def setup_conf():
bind_opts = [
cfg.StrOpt('state_path',
default='/var/lib/neutron',
help=_('Top-level directory for maintaining dhcp state')),
help=_("Where to store Neutron state files. "
"This directory must be writable by the agent.")),
]
conf = cfg.ConfigOpts()