← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1553231] [NEW] neutron options in generated config have warnings

 

Public bug reported:

This is related to bug 1486590

When I run

tox -egenconfig

on current master, I get following warnings in generated
nova.conf.sample  (for all keystoneauth plugin related options)

# Warning: Failed to format sample for auth_url                                                                                                                                                                
# isinstance() arg 2 must be a class, type, or tuple of classes and types 

This is because keustoneauth returns its own option objects instead of
oslo.config ones. They must be properly converted to oslo objects before
generating config.

** Affects: nova
     Importance: Undecided
     Assignee: Pavlo Shchelokovskyy (pshchelo)
         Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1553231

Title:
  neutron options in generated config have warnings

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  This is related to bug 1486590

  When I run

  tox -egenconfig

  on current master, I get following warnings in generated
  nova.conf.sample  (for all keystoneauth plugin related options)

  # Warning: Failed to format sample for auth_url                                                                                                                                                                
  # isinstance() arg 2 must be a class, type, or tuple of classes and types 

  This is because keustoneauth returns its own option objects instead of
  oslo.config ones. They must be properly converted to oslo objects
  before generating config.

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


Follow ups