Skip to content

Commit

Permalink
Fixes #30231 - Fix keyboard to keyboard_layout in ovirt CR API
Browse files Browse the repository at this point in the history
(cherry picked from commit 1e2a0d4)
  • Loading branch information
shiramax committed Jul 16, 2020
1 parent d8499d5 commit fa2dc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/v2/compute_resources_controller.rb
Expand Up @@ -46,7 +46,7 @@ def show
param :server, String, :desc => N_("for VMware")
param :set_console_password, :bool, :desc => N_("for Libvirt and VMware only")
param :display_type, %w(VNC SPICE), :desc => N_('for Libvirt and oVirt only')
param :keyboard, ComputeResource::ALLOWED_KEYBOARD_LAYOUTS, :desc => N_('for oVirt only')
param :keyboard_layout, ComputeResource::ALLOWED_KEYBOARD_LAYOUTS, :desc => N_('for oVirt only')
param :caching_enabled, :bool, :desc => N_('enable caching, for VMware only')
param :project, String, :desc => N_("Project id for GCE only")
param :email, String, :desc => N_("Email for GCE only")
Expand Down

0 comments on commit fa2dc93

Please sign in to comment.