Sha256: b8c16ab91c98b9e8d9433d8c66ad5526633e11a361884ebbdd2f88fef61c76f5

Contents?: true

Size: 498 Bytes

Versions: 2

Compression:

Stored size: 498 Bytes

Contents

<%= text_f f, :username, :value => @image.username || "root", :help_inline => _("The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, root etc") %>
<%= checkbox_f f, :user_data, :help_inline => _("Does this image support user data input (e.g. via cloud-init)?") %>
<%= password_f f, :password, :help_inline => _("Password to authenticate with - used for SSH finish step.") %>
<%= image_field(f, :label => _("Image UUID"), :help_inline => _("UUID to template")) %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_xen-1.0.1 app/views/images/form/_xenserver.html.erb
foreman_xen-1.0.0 app/views/images/form/_xenserver.html.erb