aboutsummaryrefslogtreecommitdiffstats
path: root/templates/ui/tripleo_ui_config.js.erb
blob: aca21cdfaee77daa041a750a3b569018f18c9153 (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_url": "<%= @zaqar_websocket_url %>",

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