153f16987d
To enable translate job correctly, deleted heat-dashboard/locale directory and updated babel-django.cfg accordingly. Also fixed tox.ini which included wrong commands for docs build. Change-Id: Idb7996ded645a8bc8bcb3b7eb08c8754a8492873
831 B
831 B
Configuration
Heat Dashboard has configuration option as below.
For more configurations, see Configuration Guide in the Horizon documentation.
OPENSTACK_HEAT_STACK
9.0.0(Mitaka)
Default:
{'enable_user_pass': True
}
A dictionary of settings to use with heat stacks. Currently, the only setting available is "enable_user_pass", which can be used to disable the password field while launching the stack. Currently HEAT API needs user password to perform all the heat operations because in HEAT API trusts is not enabled by default. So, this setting can be set as "False" in-case HEAT uses trusts by default otherwise it needs to be set as "True".