Public bug reported: 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. ** Affects: neutron Importance: Undecided Status: New ** Affects: octavia Importance: Undecided Status: New ** Also affects: neutron Importance: Undecided Status: New ** Description changed: - As in stable/mitaka branch, + As in Octavia stable/mitaka branch, http://git.openstack.org/cgit/openstack/octavia/tree/octavia/common/config.py?h=stable/mitaka - set the cfgOpt "bind_host" to IPOpt() type. + 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. ** Summary changed: - Duplicate config option bind_host, bind_port with Neutron + Duplicate config option bind_host with Neutron ** Summary changed: - Duplicate config option bind_host with Neutron + Octavia duplicate config option bind_host with Neutron -- 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: New Status in octavia: New 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 -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

