Comment 2 for bug 1626889

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-keystone (master)

Reviewed: https://review.openstack.org/375334
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=ccf153981f540db5429bcbe1fc9c010cf92f9acd
Submitter: Jenkins
Branch: master

commit ccf153981f540db5429bcbe1fc9c010cf92f9acd
Author: Liam Young <email address hidden>
Date: Fri Sep 23 09:05:46 2016 +0000

    Add default_domain_id for Keystone v3 deploys

    The default_domain_id is used to specify a domain when the client
    hasn't explicitly set one. It defaults to 'default' which is fine
    for liberty and previous because the id of the default domain is,
     oddly, 'default' rather than a uuid. On Mitaka and higher it is
    a uuid so when keystone assumes the default domains id is 'default'
    it fails.

    Change-Id: Iaa5e6a07a229815cf2281858cb68a4e120aa2af3
    Closes-Bug: 1626889