Comment 22 for bug 1614211

Revision history for this message
Dolph Mathews (dolph) wrote :

The "domain_admin_id" in comment #20, which should read as "admin_domain_id", is actually a placeholder for a real value. However, the value suggested in comment #20, "Default" is the default domain's *name*, and not a domain *ID*. The default domain ID for the default domain is "default" (case matters depending on the database's configuration), and is actually configurable here:

  https://github.com/openstack/keystone/blob/e91c6f/etc/keystone.conf.sample#L882

(Sorry for how confusingly this reads, but I believe I got that all correct.)