Skip to content

Commit

Permalink
Fixes #35659 - ForemanGoogle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
stejskalleos committed Oct 21, 2022
1 parent 8a4ebc2 commit a07f2f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/hammer_cli_foreman/compute_resource/gce.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ def volume_attributes

def provider_specific_fields
[
Fields::Field.new(:label => _('Project'), :path => [:project]),
Fields::Field.new(:label => _('Email'), :path => [:email]),
Fields::Field.new(:label => _('Key Path'), :path => [:key_path]),
Fields::Field.new(:label => _('Zone'), :path => [:zone])
]
Expand All @@ -38,7 +36,7 @@ def provider_vm_specific_fields
end

def mandatory_resource_options
super + %I{project key_path zone}
super + %I{key_path zone}
end
end

Expand Down

0 comments on commit a07f2f2

Please sign in to comment.