Merge "local_settings.py fixes"

This commit is contained in:
Jenkins 2017-09-26 15:54:05 +00:00 committed by Gerrit Code Review
commit 4b364711f1
1 changed files with 1 additions and 1 deletions

View File

@ -639,7 +639,7 @@ mod.INSTALLED_APPS += ('<%= p %>', )
<% node["openstack"]["dashboard"]["misc_local_settings"].each do |sec, opts| %>
<%= sec %> = {
<% opts.each do |key, value| %>
'<%= key %>': '<%= value %>',
'<%= key %>': <%= !!value == value ? ( value ? "True" : "False" ) : "'#{value}'" %>,
<% end %>
}
<% end %>