Files
puppet-tripleo/templates/ui/tripleo_ui_config.js.erb
Martin André 5ad9778b46 Manage tripleo-ui configuration files with puppet
This commit ensures the tripleo-ui configuration files are present and
are matching the environment.

Change-Id: I0deeffa9026b1f5cd36a9810aaee7832e31c3c93
2016-09-16 14:11:14 +02:00

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 %>"
};