yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #79275
[Bug 1829296] Re: keystone-manage fails silently
[Expired for OpenStack Identity (keystone) because there has been no
activity for 60 days.]
** Changed in: keystone
Status: Incomplete => Expired
--
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/1829296
Title:
keystone-manage fails silently
Status in OpenStack Identity (keystone):
Expired
Bug description:
When using keystone-manage interactively to install keystone [1], it
does not provide feedback if something goes awry.
Steps to recreate
-----------------
Enter a bad database connection string. eg. mysql+pymsql://... (note
the wrong pymsql driver)
Run `keystone-manage db_sync` to sync the database.
Expected Result
---------------
keystone-manage prints an error message to stderr
Actual Result
-------------
cli returns with no output, so you have to run something like `echo $?` to check the exit code,
and then read the keystone.log file to find out why it failed.
[1] https://docs.openstack.org/keystone/stein/install/keystone-
install-rdo.html#install-and-configure-components
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1829296/+subscriptions
References