Bug 1327549

Summary: Wrong config section in sriov_agent.ini
Product: Red Hat OpenStack Reporter: Ricardo Noriega <rnoriega>
Component: openstack-neutronAssignee: Assaf Muller <amuller>
Status: CLOSED EOL QA Contact: Toni Freger <tfreger>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 9.0 (Mitaka)CC: amuller, chrisw, nyechiel, srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-19 15:41:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Ricardo Noriega 2016-04-15 11:18:02 UTC
Description of problem:

In /etc/neutron/plugins/ml2/sriov_agent.ini, after installing the openstack-neutron-sriov-nic-agent, we find the following section:

[ml2_sriov]

and the agent is looking for:

[sriov_nic]


Version-Release number of selected component (if applicable):

It's MITAKA RDO.
neutron --version
4.1.1


How reproducible:

Repolist:
!openstack-mitaka/x86_64        OpenStack Mitaka Repository

Steps to Reproduce:
1. yum install openstack-neutron-sriov-nic-agent
2. vi /etc/neutron/plugins/ml2/ml2_conf.ini 
3. check for ml2_sriov section

Actual results:

[ml2_sriov]

Expected results:
[sriov_nic]

Additional info:

Check the expected section in the following link:
https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/mech_sriov/agent/common/config.py#L89

Comment 1 Chandan Kumar 2016-05-19 15:41:23 UTC
This bug is against a Version which has reached End of Life.
If it's still present in supported release (http://releases.openstack.org), please update Version and reopen.