]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Correct state_path option's help string
authorYanXingan <yanxingan@cmss.chinamobile.com>
Tue, 22 Dec 2015 06:39:47 +0000 (14:39 +0800)
committerYanXingan <yanxingan@cmss.chinamobile.com>
Wed, 23 Dec 2015 02:24:13 +0000 (10:24 +0800)
Make it consistent with neutron/common/config.py

Change-Id: If7a57247f65280db9dced69068f8c8f5d7e243d5

neutron/agent/common/config.py

index 8b040f38496752c49a72541677241814904be448..d8ed1a133b4b61e6e9dd9b00dff9251eba67d6ae 100644 (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()