Project

General

Profile

« Previous | Next » 

Revision 3595a70c

Added by Joseph Magen almost 11 years ago

  • ID 3595a70c5fa8f59ae48cd67cf009dbc839a14861

fixes #2484 - host, hostgroup, and BMC passwords were overwritten as blank

View differences:

app/views/compute_resources/form/_openstack.html.erb
<%= text_f f, :url, :class => "input-xlarge", :help_block => _("e.g. http://openstack:5000/v2.0/tokens") %>
<%= text_f f, :user %>
<%= password_f f, :password, :placeholder => password_placeholder(f.object) %>
<%= password_f f, :password %>
<% tenants = f.object.tenants rescue [] %>
<%= selectable_f(f, :tenant, tenants, {}, {:label => _('Tenant'), :disabled => tenants.empty?,

Also available in: Unified diff