Skip to content

Commit

Permalink
Remove cpu_mode option from host and compute_profile view (#1486)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 authored Aug 9, 2024
1 parent 1e5c8a9 commit c34995c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion airgun/views/computeresource.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ def current_provider(self):
@provider_content.register('Libvirt')
class LibvirtResourceForm(View):
cpus = TextInput(id='compute_attribute_vm_attrs_cpus')
cpu_mode = FilteredDropdown(id='s2id_compute_attribute_vm_attrs_cpu_mode')
memory = TextInput(id='compute_attribute_vm_attrs_memory')
image = FilteredDropdown(id='s2id_compute_attribute_vm_attrs_image_id')

Expand Down
1 change: 0 additions & 1 deletion airgun/views/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ class LibvirtResourceForm(View):
class virtual_machine(SatTab):
TAB_NAME = 'Virtual Machine'
cpus = TextInput(id='host_compute_attributes_cpus')
cpu_mode = FilteredDropdown(id='s2id_host_compute_attributes_cpu_mode')
memory = TextInput(id='host_compute_attributes_memory')
startup = Checkbox(id='host_compute_attributes_start')

Expand Down

0 comments on commit c34995c

Please sign in to comment.