← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1704875] [NEW] Nova option api_class erroneously overriden in __init__.py

 

Public bug reported:

When adding api_class = <barbican manager> in the nova.conf file for
Newton, the nova/keymgr/__init__.py file has code that re-sets the value
of api_class to default. This makes it impossible to use barbican with
nova without hacking some workaround


release: Newton


to reproduce:

1. set api_class in nova.conf
2. restart nova with debug
3. see that api_class is still default


Workaround: commenting out lines 29 and 30 in __init__.py fixes the
issue.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
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/1704875

Title:
  Nova option api_class erroneously overriden in __init__.py

Status in OpenStack Compute (nova):
  New

Bug description:
  When adding api_class = <barbican manager> in the nova.conf file for
  Newton, the nova/keymgr/__init__.py file has code that re-sets the
  value of api_class to default. This makes it impossible to use
  barbican with nova without hacking some workaround

  
  release: Newton

  
  to reproduce:

  1. set api_class in nova.conf
  2. restart nova with debug
  3. see that api_class is still default


  Workaround: commenting out lines 29 and 30 in __init__.py fixes the
  issue.

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


Follow ups