← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1164845] Re: consoleauth_manager option importing missing

 

** Changed in: nova
       Status: Fix Committed => Fix Released

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

Title:
  consoleauth_manager option importing missing

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  Miss import consoleauth_manager option caused nova-consoleauth service
  start failure.

  2013-04-05 14:32:54 CRITICAL [nova] no such option: consoleauth_manager
  Traceback (most recent call last):
    File "/home/lzy/workspace/openstack-org/nova/bin/nova-consoleauth", line 25, in <module>
      consoleauth.main()
    File "/home/lzy/workspace/openstack-org/nova/nova/cmd/consoleauth.py", line 36, in main
      topic=CONF.consoleauth_topic)
    File "/home/lzy/workspace/openstack-org/nova/nova/service.py", line 522, in create
      manager = CONF.get(manager_cls, None)
    File "/usr/lib/python2.7/_abcoll.py", line 342, in get
      return self[key]
    File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1195, in __getitem__
      return self.__getattr__(key)
    File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1191, in __getattr__
      return self._get(name)
    File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1513, in _get
      value = self._substitute(self._do_get(name, group))
    File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1529, in _do_get
      info = self._get_opt_info(name, group)
    File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1629, in _get_opt_info
      raise NoSuchOptError(opt_name, group)
  NoSuchOptError: no such option: consoleauth_manager

  
  Need call import_opt method in "nova/cmd/consoleauth.py":
  CONF.import_opt('consoleauth_manager', 'nova.consoleauth.manager')

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