Correct state_path option's help string
Make it consistent with neutron/common/config.py Change-Id: If7a57247f65280db9dced69068f8c8f5d7e243d5
This commit is contained in:
parent
c4e1402e62
commit
4082f729c9
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user