Add the default log dir to config created by novajoin-install

Change-Id: I73b367ef75cb26ed2eb3c232df980775f9c89d1a
This commit is contained in:
Rob Crittenden 2017-08-22 14:31:52 -04:00
parent 2b1e620e20
commit 0e0abe5c60
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@ def install(opts):
config.set('DEFAULT',
'api_paste_config',
'/etc/novajoin/join-api-paste.ini')
config.set('DEFAULT',
'log_dir',
'/var/log/novajoin')
if not config.has_section('service_credentials'):
config.add_section('service_credentials')