Bug #16203
Updated by Ward Vandewege almost 5 years ago
app/controllers/virtual_machines_controller.rb refers to
Rails.configuration.Workbench.ShellInABoxURL
which is a non-existant configuration key. The correct key is
Rails.configuration.Services.WebShell.ExternalURL