← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1712518] Re: =multi domain support is broken in Ocata

 

an RPM packaging bug. oslo.config should be updated.

`python-oslo-config >= 2:3.20.0`


** Changed in: keystone
       Status: New => Invalid

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

Title:
  =multi domain support is broken in Ocata

Status in OpenStack Identity (keystone):
  Invalid

Bug description:
  Hello,

  I just upgraded from Newton to Ocata and now I'm facing this bug.

  # openstack domain list
  __call__() got an unexpected keyword argument 'default_config_dirs' (HTTP 400) (Request-ID: req-c586814e-9ea2-4f8b-b984-d3104859d00f)

  (see trace attached)

  # rpm -qa | grep -i keystone
  python2-keystonemiddleware-4.14.0-1.el7.noarch
  python2-keystoneclient-3.10.0-1.el7.noarch
  python2-keystoneauth1-2.18.0-1.el7.noarch
  python-keystone-11.0.3-1.el7.noarch
  openstack-keystone-11.0.3-1.el7.noarch

  keystone.conf:
  ...(truncated)
  [identity]
  default_domain_id = default
  domain_specific_drivers_enabled = True
  domain_config_dir = /etc/keystone/domains

  domains/keystone.test.conf:
  [identity]
  driver = keystone.identity.backends.sql.Identity

  
  If I set `domain_specific_drivers_enabled = false` the default domain works well.

  Thanks!

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


References