← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1550514] Re: L2 CommontAgentLoop does not allow subscribing to push notifications queues

 

Reviewed:  https://review.openstack.org/236210
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=45410d76bea6a37b750b1b197f1b04edaf32c5aa
Submitter: Jenkins
Branch:    master

commit 45410d76bea6a37b750b1b197f1b04edaf32c5aa
Author: Sławek Kapłoński <slawek@xxxxxxxxxxxx>
Date:   Sat Oct 17 12:54:32 2015 +0200

    Add support for QoS for LinuxBridge agent
    
    There is a new QoS extension driver for the linuxbridge agent
    being added. This driver provides support for QoS configuring
    on the linuxbridge agent.
    This patch introduces two new config options for Linuxbridge agent:
    kernel_hz - HZ value of host kernel,
    tbf_latency - value of latency in tbf qdisc to calculate size of queue.
    
    Co-Authored-By: vikram.choudhary <vikram.choudhary@xxxxxxxxxx>
    
    Change-Id: I457ca2569b5d4a916ba09e71040505cd0ad3257b
    Closes-Bug: #1500012
    Closes-Bug: #1550514
    DocImpact Update agent configuration to show settings related to
              QoS and bandwidth limiting


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1550514

Title:
  L2 CommontAgentLoop does not allow subscribing to push notifications
  queues

Status in neutron:
  Fix Released

Bug description:
  L2 agents which are using neutron.plugins.ml2.drivers.agent._common_agent.CommonAgentLoop as base class are initializing rpc_agent to consume from rpc before l2 extension manager will subscribe to proper queues. Due to that agent is not consuming notifications from such queus.
  As example of issue I can give QoS extension in linuxbridge agent (https://review.openstack.org/#/c/236210/29). Linuxbridge agent can't create queues "neutron-vo-QoSPolicy-1.0" so it can't consume notifications about QoS policy updates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1550514/+subscriptions


References