devstack: Comment out logging configuration

And move them into "Modify to your environment" section
because they are not appropriate for every environment.

Change-Id: I6d49e1df1f114dc8abc4404f469e25bb3a2a0a8b
This commit is contained in:
YAMAMOTO Takashi 2016-02-19 12:18:32 +09:00
parent 18a6cf6f97
commit 1b2332dfbf
1 changed files with 3 additions and 4 deletions

View File

@ -5,6 +5,9 @@
# PUBLIC_NETWORK_GATEWAY=192.168.1.225
# PUBLIC_INTERFACE=em1
# FIXED_RANGE=10.0.0.0/24
## Log all output to files
# LOGFILE=$HOME/devstack.log
# SCREEN_LOGDIR=$HOME/logs
# Neutron settings
Q_USE_SECGROUP=True
@ -34,7 +37,3 @@ enable_service h-api-cw
# Enable Magnum services
enable_service m-api
enable_service m-cond
# Log all output to files
LOGFILE=$HOME/devstack.log
SCREEN_LOGDIR=$HOME/logs