diff options
author | Julie Pichon <jpichon@redhat.com> | 2016-10-06 12:44:48 +0100 |
---|---|---|
committer | Julie Pichon <jpichon@redhat.com> | 2016-10-06 12:44:48 +0100 |
commit | d678b58c0536d34d7ea5fe9eddfb9d10d9087e35 (patch) | |
tree | 4b912d43ed496982246ed94d2d5c7833b20d76de /templates | |
parent | 582a212f42f0074a2ef0b73e0032d99adfdb1de0 (diff) |
Update websocket service name in config template
The name was changed to "zaqar-websocket" recently. Having the old name
in the configuration file leads to errors and confusion when overriding
URLs, as the override won't get picked up with the old name.
Change-Id: I7acf900d094e41862958b3cddbb66ff0d8a3e46f
Closes-Bug: #1630965
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 %>" |