← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1122403] Re: no such option: log_format

 

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

** Changed in: keystone
    Milestone: None => grizzly-3

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

Title:
  no such option: log_format

Status in OpenStack Identity (Keystone):
  Fix Released

Bug description:
  Using the latest Keystone code from Grizzly 4c5d144 (today)...

  I'm now seeing the following error when trying to start the keystone
  server:

  [root@nova1 keystone]# /usr/bin/keystone-all --config-file /etc/keystone/keystone.conf
  Traceback (most recent call last):
    File "/usr/bin/keystone-all", line 82, in <module>
      config.setup_logging(CONF)
    File "/usr/lib/python2.7/site-packages/keystone/config.py", line 93, in setup_logging
      formatter = logging.Formatter(conf.log_format, conf.log_date_format)
    File "/usr/lib/python2.7/site-packages/keystone/openstack/common/cfg.py", line 1152, in __getattr__
      return self._get(name)
    File "/usr/lib/python2.7/site-packages/keystone/openstack/common/cfg.py", line 1456, in _get
      value = self._substitute(self._do_get(name, group))
    File "/usr/lib/python2.7/site-packages/keystone/openstack/common/cfg.py", line 1472, in _do_get
      info = self._get_opt_info(name, group)
    File "/usr/lib/python2.7/site-packages/keystone/openstack/common/cfg.py", line 1572, in _get_opt_info
      raise NoSuchOptError(opt_name, group)
  keystone.openstack.common.cfg.NoSuchOptError: no such option: log_format

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