Bug 1286828

Summary: Packstack should have the option to install QoS (neutron)
Product: [Community] RDO Reporter: Arie Bregman <abregman>
Component: openstack-packstackAssignee: Ivan Chavero <ichavero>
Status: CLOSED NOTABUG QA Contact: Chandan Kumar <chkumar>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: trunkCC: abregman, aortega, chkumar, chris.brown, derekh, ihrachys, srevivo
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-12-17 07:59:21 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:
Embargoed:

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.