aboutsummaryrefslogtreecommitdiffstats
path: root/templates/ui/tripleo_ui_config.js.erb
blob: fef8afbaf227eae4b31596c27f85e5859a5e9fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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": "<%= @zaqar_websocket_url %>",

  // Default websocket queue name
  "zaqar_default_queue": "<%= @zaqar_default_queue %>"
};