yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #62585
[Bug 1672988] Re: Getting random string instead of lower case name as domin id
This isn't a bug, it's just describing the implementation details. A
better forum for this would be the IRC channel.
I don't think names have to be URL safe, so that makes using it harder.
Projects and domains are in the same table so it would be a very strange
design to have some IDs be UUID and others be a transformation of the
name.
This is just a design choice. We could do something else, but there
would have to be a strong usecase for it.
** 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/1672988
Title:
Getting random string instead of lower case name as domin id
Status in OpenStack Identity (keystone):
Invalid
Bug description:
The 'Default' domain was created with 'default' id, but for all other
domain I got some random string as an id.
The domain names are unique, and compared in a case intensive way,
therefore lowercase names can be ids.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1672988/+subscriptions
References