Project

General

Profile

« Previous | Next » 

Revision 26716028

Added by Kavita Gaikwad about 5 years ago

Fixes #4179 - handled ephemeral public IP

With this commit, it will allow user to create
ephemeral public IP as external_ip field removed from APIs

View differences:

app/views/compute_resources_vms/form/gce/_base.html.erb
</div>
<%= selectable_f f, :network, compute_resource.networks, {}, :label => _('Network'), :label_size => "col-md-2" %>
<%= checkbox_f f, :external_ip, :label => _('External IP'), :label_size => "col-md-2" %>
<%= checkbox_f f, :associate_external_ip, :label => _('Associate Ephemeral External IP'), :label_size => "col-md-2" %>

Also available in: Unified diff