c6db8d0cd2
Change-Id: I6128f8e8a439880aa40f9b3a32e47563ad90cdb6 Partial-Bug: #1755560 Depends-On: I3701c34841b84c2272dcc24d982fc622ff6139b6
29 lines
949 B
Plaintext
29 lines
949 B
Plaintext
window.tripleOUiConfig = {
|
|
// Service URLs (defaults to UI host)
|
|
//
|
|
// A valid Keystone service URL is required. The other endpoints
|
|
// will then be obtained automatically from the Keystone catalog.
|
|
//
|
|
'keystone': '<%= @endpoint_config_keystone %>',
|
|
'heat': '<%= @endpoint_config_heat %>',
|
|
'ironic': '<%= @endpoint_config_ironic %>',
|
|
'ironic-inspector': '<%= @endpoint_config_ironic_inspector %>',
|
|
'mistral': '<%= @endpoint_config_mistral %>',
|
|
'nova': '<%= @endpoint_config_nova %>',
|
|
'swift': '<%= @endpoint_config_swift %>',
|
|
'zaqar-websocket': '<%= @endpoint_config_zaqar %>',
|
|
|
|
// Default websocket queue name
|
|
'zaqar_default_queue': '<%= @zaqar_default_queue %>',
|
|
|
|
// Languages
|
|
//
|
|
// By default, all available languages are enabled. Use this setting to
|
|
// disable certain languages.
|
|
//
|
|
'excludedLanguages': <%= @excluded_languages.to_json %>,
|
|
|
|
// Logging
|
|
'loggers': <%= @enabled_loggers.to_json %>
|
|
};
|