Sha256: 1ae1d8870704196c0fb88e59059a113b5e242e5f394374064274aa9086c666f2
Contents?: true
Size: 515 Bytes
Versions: 10
Compression:
Stored size: 515 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") %> <%= password_f f, :password, :help_inline => _("Password to authenticate with - used for SSH finish step.") %> <%= checkbox_f f, :user_data, :help_inline => _("Does this image support user data input (e.g. via cloud-init)?") %> <%= image_field(f, :label => _("Image"), :help_inline => _("The name of the image in the registry.")) %>
Version data entries
10 entries across 10 versions & 1 rubygems