yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #76466
[Bug 1809779] [NEW] keystone-manage should catch unexpected exception
Public bug reported:
keystone-manage command of db_sync (and also other commands) currently
does not catch any exception at cmd_class.main().
It makes operator very confusing when db_sync is failed since it does
not emit any message at all. I think at the end of the main() in
keystone/cmd/cli.py, we have to catch Exception for any exceptional
cases.
For my case, it causes I don't have pymysql package using mysql+pymysql
for db connection.
Thanks.
** Affects: keystone
Importance: Undecided
Status: New
--
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/1809779
Title:
keystone-manage should catch unexpected exception
Status in OpenStack Identity (keystone):
New
Bug description:
keystone-manage command of db_sync (and also other commands) currently
does not catch any exception at cmd_class.main().
It makes operator very confusing when db_sync is failed since it does
not emit any message at all. I think at the end of the main() in
keystone/cmd/cli.py, we have to catch Exception for any exceptional
cases.
For my case, it causes I don't have pymysql package using
mysql+pymysql for db connection.
Thanks.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1809779/+subscriptions
Follow ups