add state_path sample back to l3_agent.ini file
fixes bug 1086012 A prior change incorrectly removed the sample state_path from the l3_agent config file. This change adds the correct sample value to the file. Change-Id: I10455706442c004e5d0337834b5baa3b794af5e7
This commit is contained in:
parent
559de52616
commit
22ac49c6ae
@ -28,6 +28,10 @@ root_helper = sudo
|
|||||||
|
|
||||||
# If use_namespaces is set as False then the agent can only configure one router.
|
# If use_namespaces is set as False then the agent can only configure one router.
|
||||||
|
|
||||||
|
# Where to store Quantum state files. This directory must be writable by the
|
||||||
|
# user executing the agent.
|
||||||
|
# state_path = /var/lib/quantum
|
||||||
|
|
||||||
# This is done by setting the specific router_id.
|
# This is done by setting the specific router_id.
|
||||||
# router_id =
|
# router_id =
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user