← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1829296] [NEW] keystone-manage fails silently

 

Public bug reported:

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

** 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/1829296

Title:
  keystone-manage fails silently

Status in OpenStack Identity (keystone):
  New

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


Follow ups