yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #59938
[Bug 1649245] Re: Identity Liberty version does not return 'description' if not passed while create domain
Thanks for confirming Ghanshyam, marking as invalid since Liberty is
EOL.
** Changed in: keystone
Status: New => Won't Fix
--
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/1649245
Title:
Identity Liberty version does not return 'description' if not passed
while create domain
Status in OpenStack Identity (keystone):
Won't Fix
Bug description:
While creating domain, we can pass optional description field and same
will be returned in response. If not passed then empty string.
But there is different behaviour in case of liberty version. If
description is not passed in create domain then it would not be
returned in response.
I think issue is here -
https://github.com/openstack/keystone/blob/stable/liberty/keystone/resource/backends/sql.py#L235-L242
Where Domain table does not have description field.
Higher version use Project table which have description and at least
return empty description.
Failure can be seen here- http://logs.openstack.org/79/349379/8/check
/gate-tempest-dsvm-full-ubuntu-trusty-
liberty/fbc5b76/logs/testr_results.html.gz
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1649245/+subscriptions
References