
This commit ensures the tripleo-ui configuration files are present and are matching the environment. Change-Id: I0deeffa9026b1f5cd36a9810aaee7832e31c3c93
15 lines
466 B
Plaintext
15 lines
466 B
Plaintext
window.tripleOUiConfig = {
|
|
"keystone": "<%= @keystone_url %>",
|
|
|
|
// The UI automatically discovers below URLs by querying keystone but can be
|
|
// changed here if desired.
|
|
//"heat": "<%= @heat_url %>",
|
|
//"ironic": "<%= @ironic_url %>",
|
|
//"mistral": "<%= @mistral_url %>",
|
|
//"swift": "<%= @swift_url %>",
|
|
//"zaqar_websocket_url": "<%= @zaqar_websocket_url %>",
|
|
|
|
// Default websocket queue name
|
|
"zaqar_default_queue": "<%= @zaqar_default_queue %>"
|
|
};
|