← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1565074] Re: Octavia duplicate config option bind_host with Neutron

 

Neutron and Octavia are separate services; they don't have to match.
What am I missing?

** Changed in: neutron
       Status: New => Invalid

** Changed in: octavia
       Status: New => Invalid

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

Title:
  Octavia duplicate config option bind_host with Neutron

Status in neutron:
  Invalid
Status in octavia:
  Invalid

Bug description:
  As in Octavia stable/mitaka branch,
  http://git.openstack.org/cgit/openstack/octavia/tree/octavia/common/config.py?h=stable/mitaka

  the cfgOpt is set to be "bind_host" IPOpt() type.

  But in Neutron stable/mitaka,
  http://git.openstack.org/cgit/openstack/neutron/tree/neutron/common/config.py?h=stable/mitaka

  The cfgOpt "bind_host" remains the old StrOpt() type.

  Oslo.config will raise the Duplicate Option exception.

  We may want to either change back to StrOpt() or have Neutron use the
  new IPOpt() type.

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


References