Update websocket service name in config template
authorJulie Pichon <jpichon@redhat.com>
Thu, 6 Oct 2016 11:44:48 +0000 (12:44 +0100)
committerJulie Pichon <jpichon@redhat.com>
Thu, 6 Oct 2016 11:44:48 +0000 (12:44 +0100)
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

templates/ui/tripleo_ui_config.js.erb

index aca21cd..fef8afb 100644 (file)
@@ -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 %>"