Comment 1 for bug 1586289

Revision history for this message
Henry Nash (henry-nash) wrote :

Ah, looks to me that the documentation update for how to do this. The project list API can be specified with "is_domain" as a query parameter, e.g.:

GET /projects?is_domain

...which should list the project acting as the root domain. We chose to enforce having to explicitly specify this so as not to surprise people with extra entries in their listing when they upgraded to Mitaka. [As an aside, the parent_id of the project acting as a domain will be reported in the above listing as "null", not "<<keystone.domain.root>>" - which is an internal-only value to keystone to allow us to use sql referential integrity for our tables].

Let me know if this works for.

I'll fix the documentation for this.