Project

General

Profile

« Previous | Next » 

Revision 8233469f

Added by Kavita Gaikwad about 5 years ago

Fixes #26496 - Added user-data support for GCE

View differences:

app/views/images/form/_gce.html.erb
<%= 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") %>
<%= image_field(f) %>
<%= checkbox_f f, :user_data, :help_inline => _("Does this image support user data input (e.g. via cloud-init)?") %>

Also available in: Unified diff