diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-10-12 12:37:35 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-10-12 12:37:35 +0000 |
commit | 8a4d7ae04f773385d1a6677ad635859d753337ab (patch) | |
tree | 0f3d2a9d07e84bdca2c8be0da98a985d0c991050 /templates | |
parent | 000c633a50efb45c535cd346a7eade040172293b (diff) | |
parent | d678b58c0536d34d7ea5fe9eddfb9d10d9087e35 (diff) |
Merge "Update websocket service name in config template"
Diffstat (limited to 'templates')
-rw-r--r-- | templates/ui/tripleo_ui_config.js.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ui/tripleo_ui_config.js.erb b/templates/ui/tripleo_ui_config.js.erb index aca21cd..fef8afb 100644 --- a/templates/ui/tripleo_ui_config.js.erb +++ b/templates/ui/tripleo_ui_config.js.erb @@ -7,7 +7,7 @@ window.tripleOUiConfig = { //"ironic": "<%= @ironic_url %>", //"mistral": "<%= @mistral_url %>", //"swift": "<%= @swift_url %>", - //"zaqar_websocket_url": "<%= @zaqar_websocket_url %>", + //"zaqar-websocket": "<%= @zaqar_websocket_url %>", // Default websocket queue name "zaqar_default_queue": "<%= @zaqar_default_queue %>" |