RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1164230 - In openstack-neutron-sriov-nic-agent package is missing the /etc/neutron/plugins/ml2/ml2_conf_sriov.ini config files
Summary: In openstack-neutron-sriov-nic-agent package is missing the /etc/neutron/plug...
Keywords:
Status: CLOSED EOL
Alias: None
Product: RDO
Classification: Community
Component: openstack-neutron
Version: Juno
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: Juno
Assignee: lpeer
QA Contact: Ofer Blaut
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-14 11:52 UTC by Pedro Navarro
Modified: 2016-05-19 15:38 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-05-19 15:38:54 UTC
Embargoed:


Attachments (Terms of Use)

Description Pedro Navarro 2014-11-14 11:52:04 UTC
Description of problem:

When installing the package openstack-neutron-sriov-nic-agent to use the new funcionality in JUNO to do SRIOV-passthrough the package does not create the /etc/neutron/plugins/ml2/ml2_conf_sriov.ini

Version-Release number of selected component (if applicable):
3.el7.centos

How reproducible:


Steps to Reproduce:
1.yum install openstack-neutron-sriov-nic-agent
2.ls /etc/neutron/plugins/ml2/ml2_conf_sriov.ini


Actual results:
The file does not exist

Expected results:
The file exists

Additional info:

When this problem will be fixed, the systemd neutron-sriov-nic-agent should add the config file as well, so It should be as follows:

[Unit]
Description=OpenStack Neutron SR-IOV NIC Agent
After=syslog.target network.target

[Service]
Type=simple
User=neutron
ExecStart=/usr/bin/neutron-sriov-nic-agent --config-file /etc/neutron/plugins/ml2/ml2_conf_sriov.ini --config-file /usr/share/neutron/neutron-dist.conf --config-file /etc/neutron/neutron.conf --log-file /var/log/neutron/sriov-nic-agent.log
PrivateTmp=false

[Install]
WantedBy=multi-user.target

Comment 1 Chandan Kumar 2016-05-19 15:38:54 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.


Note You need to log in before you can comment on or make changes to this bug.