Project

General

Profile

« Previous | Next » 

Revision 96541f1d

Added by Steve Traylen almost 12 years ago

  • ID 96541f1d9aa4ad0fb93d6737e1c6c9f5e5480345

Openstack uses username/password.

View differences:

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

Also available in: Unified diff