puppet-murano/templates/local_settings.py.erb
Alexey Deryugin 6beefeabd0 Client and dashboard class implementation
Change-Id: Ie16be0d3707611279f0e782b33827de180143f14
2015-11-09 20:08:19 +03:00

9 lines
451 B
Plaintext

## MURANO_CONFIG_BEGIN ##
MURANO_API_URL = '<%= @api_url %>'
<% if @repo_url != nil %>MURANO_REPO_URL = '<%= @repo_url %>'<% end %>
MAX_FILE_SIZE_MB = '<%= @max_file_size %>'
METADATA_CACHE_DIR = '<%= @metadata_dir %>'
LOGGING['loggers']['muranodashboard'] = {'handlers': ['syslog'], 'level': '<%= @dashboard_debug_level %>'}
LOGGING['loggers']['muranoclient'] = {'handlers': ['syslog'], 'level': '<%= @client_debug_level %>'}
## MURANO_CONFIG_END ##