Remove the unused template file for tripleo-ui

Change-Id: I567942bc9cd07548f7ee82643a07dc3d5791ca77
This commit is contained in:
Takashi Kajinami 2021-01-03 11:40:32 +09:00
parent 197c12e6aa
commit 53617a3446
1 changed files with 0 additions and 28 deletions

View File

@ -1,28 +0,0 @@
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 %>
};