← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1582087] [NEW] The default value of neutron.qos.notification_drivers should be a list

 

Public bug reported:

Now the default value of neutron.qos.notification_drivers is a string
[1]. This will not have functional error because the oslo can consume
string and turn to list. But for the sample.conf file, it will generate
something like this:

#
# From neutron.qos
#

# Drivers list to use to send the update notification (list value)
#notification_drivers = m,e,s,s,a,g,e,_,q,u,e,u,e

which is not user-friendly. Change the default value to a list can
eliminate this issue.

** Affects: neutron
     Importance: Undecided
     Assignee: Hong Hui Xiao (xiaohhui)
         Status: New


** Tags: qos

** Changed in: neutron
     Assignee: (unassigned) => Hong Hui Xiao (xiaohhui)

** Tags added: qos

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

Title:
  The default value of neutron.qos.notification_drivers should be a list

Status in neutron:
  New

Bug description:
  Now the default value of neutron.qos.notification_drivers is a string
  [1]. This will not have functional error because the oslo can consume
  string and turn to list. But for the sample.conf file, it will
  generate something like this:

  #
  # From neutron.qos
  #

  # Drivers list to use to send the update notification (list value)
  #notification_drivers = m,e,s,s,a,g,e,_,q,u,e,u,e

  which is not user-friendly. Change the default value to a list can
  eliminate this issue.

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


Follow ups