RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1286828 - Packstack should have the option to install QoS (neutron)
Summary: Packstack should have the option to install QoS (neutron)
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: RDO
Classification: Community
Component: openstack-packstack
Version: trunk
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Ivan Chavero
QA Contact: Chandan Kumar
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-30 20:34 UTC by Arie Bregman
Modified: 2017-12-17 07:59 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-12-17 07:59:21 UTC
Embargoed:


Attachments (Terms of Use)

Description Arie Bregman 2015-11-30 20:34:59 UTC
Description of problem:
QoS introduced in Liberty and should be part of the installer, while installing neutron.

Actual results:
Manually:
sudo sed -i "/^extension/s/$/,qos/" /etc/neutron/plugin.ini;
sudo sed -i "/^extension/s/$/,qos/" /etc/neutron/plugins/ml2/ml2_conf.ini;
sudo systemctl restart neutron-server

Expected results:
Packstack will install QoS

Comment 2 Arie Bregman 2015-11-30 20:40:57 UTC
Forgot additional manual step:
sudo sed -i "/^service_plugins/s/$/,qos/" /etc/neutron/neutron.conf;

Comment 3 Ihar Hrachyshka 2015-12-01 13:13:32 UTC
OVS/SR-IOV agent would also need to get the following configuration:

[agent]
extensions = qos

Comment 4 Christopher Brown 2017-06-18 07:06:04 UTC
Hello,

Can this be updated if this is still relevant?

Comment 5 Arie Bregman 2017-06-18 07:23:49 UTC
After a year and a half, this is no longer relevant for me. Can be closed.


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