Skip to content

Commit

Permalink
Update config.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
advornic committed Feb 9, 2015
1 parent 10de58d commit 8492a11
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ e.g.
--validate-config, -V
Validates config files
--debug Enables debug output to the STDOUT
--clear-resources, -r
Clears all resource files
(bash)# ztps --conf /var/ztps.conf

If the global configuration file is updated, the server must be restarted in order to pick up the new configuration.
Expand All @@ -68,7 +70,7 @@ If the global configuration file is updated, the server must be restarted in ord
[default]
# Location of all ztps boostrap process data files
# default=/var/lib/ztpserver
# default= /usr/share/ztpserver
data_root=<PATH>
# UID used in the /nodes structure
Expand All @@ -88,7 +90,7 @@ If the global configuration file is updated, the server must be restarted in ord
console_logging=<True | False>
# Console logging format
# default=%(asctime)s:%(levelname)s:[%(module)s:%(lineno)d] %(message)s
# default=%(asctime)-15s:%(levelname)s:[%(module)s:%(lineno)d] %(message)s
console_logging_format=<(Python)logging format>
# Globally disable topology validation in the bootstrap process
Expand Down

0 comments on commit 8492a11

Please sign in to comment.