Reviewed: https://review.opendev.org/677579 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=c238b519f3e10ba6aa119b5ebc2bf30b2610bf16 Submitter: Zuul Branch: master
commit c238b519f3e10ba6aa119b5ebc2bf30b2610bf16 Author: Andy Botting <[email protected]> Date: Wed Aug 21 08:35:57 2019 +1000 Revert "Raise NotFound error when retrieved by not uuid" In the early days of OpenStack, user and project ids were not uuids, but auto-incremented integers. Since those early days, many operators fought long battles against the unrelenting OpenStack behemoth. Only those heroic operators who emerged victorious from the brutal upgrade battles can show the scars of those integer user and project ids like badges of honour. Closes-Bug: #1842004 Change-Id: I0c3e3465e8e7499c94d1a82b7295aeec13955e55 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1842004 Title: Horizon tenant/user get calls fail for non-uuid IDs Status in OpenStack Dashboard (Horizon): Fix Released Bug description: In commit ac88796410802181860587eab257461f679b7f78 (Change-Id: I65aec86f4d894a9789eef6fc093ed95a95c46d9f), some error checking was implemented to ensure project and user IDs were UUIDs. This error checking should be removed because some older OpenStack installations may have project and user IDs that are not necessarily UUIDs. These older installations were from a time when the Keystone DB schema used auto-incremented integers instead. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1842004/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

