Skip to content

Commit

Permalink
Merge pull request #376 from slawqo/neutron-sriov-agent
Browse files Browse the repository at this point in the history
Set correct default for SRIOV agent report_interval
  • Loading branch information
openshift-merge-robot authored Sep 28, 2023
2 parents ddae55a + 99f86d2 commit 9e7f0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/edpm_neutron_sriov/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ edpm_neutron_sriov_rootwrap_DEFAULT_rlimit_nofile: 1024
edpm_neutron_sriov_agent_DEFAULT_state_path: '/var/lib/neutron'
# AGENT
edpm_neutron_sriov_agent_AGENT_root_helper: 'sudo neutron-rootwrap /etc/neutron.conf.d/01-rootwrap.conf'
edpm_neutron_sriov_agent_AGENT_report_interval: 300
edpm_neutron_sriov_agent_AGENT_report_interval: 30
edpm_neutron_sriov_agent_AGENT_extensions: 'qos'
edpm_neutron_sriov_agent_AGENT_polling_interval: 2
# SRIOV_NIC
Expand Down
2 changes: 1 addition & 1 deletion roles/edpm_neutron_sriov/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ argument_specs:
description: ''
type: str
edpm_neutron_sriov_agent_AGENT_report_interval:
default: 300
default: 30
description: ''
type: int
edpm_neutron_sriov_agent_AGENT_extensions:
Expand Down

0 comments on commit 9e7f0f8

Please sign in to comment.