← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2067871] [NEW] No support on using domain name for ovn connection string in ml2_conf.ini

 

Public bug reported:

I would like to use domain name for ovn connection string in
ml2_conf.ini, but it seems like there is no support for using domain
name.

For example, using configuration below falls into ovn db connection
error, which means only IP addresses are available for this
configuration.

In ml2_conf.ini file:
[ovn]
ovn_nb_connection = tcp:random.domain.net:6641
ovn_sb_connection = tcp:random.domain.net:6642

I looked over neutron source and found out there is no domain
conversion.

I think it would be much easier to maintain the system (e.g system on
k8s environment) if there is domain name support.

Thank you.

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  No support on using domain name for ovn connection string in
  ml2_conf.ini

Status in neutron:
  New

Bug description:
  I would like to use domain name for ovn connection string in
  ml2_conf.ini, but it seems like there is no support for using domain
  name.

  For example, using configuration below falls into ovn db connection
  error, which means only IP addresses are available for this
  configuration.

  In ml2_conf.ini file:
  [ovn]
  ovn_nb_connection = tcp:random.domain.net:6641
  ovn_sb_connection = tcp:random.domain.net:6642

  I looked over neutron source and found out there is no domain
  conversion.

  I think it would be much easier to maintain the system (e.g system on
  k8s environment) if there is domain name support.

  Thank you.

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



Follow ups