Reviewed: https://review.opendev.org/675205 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2c5134d5f388a81abca1b92b26a95ba1452a5afe Submitter: Zuul Branch: master
commit 2c5134d5f388a81abca1b92b26a95ba1452a5afe Author: Matt Riedemann <[email protected]> Date: Wed Aug 7 17:29:51 2019 -0400 Don't mention CONF.api_database.connection in user-facing messages/docs CONF.api_database.connection is a variable in code, not something an operator needs to know what it means, so this changes that mention in the docs and error message for the nova-manage db archive_deleted_rows command. Change-Id: If27814e0006a6c33ae6270dff626586c41eafcad Closes-Bug: #1839391 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1839391 Title: archive_deleted_rows docs and user-facing messages say CONF.api_database.connection Status in OpenStack Compute (nova): Fix Released Status in OpenStack Compute (nova) queens series: Confirmed Status in OpenStack Compute (nova) rocky series: Confirmed Status in OpenStack Compute (nova) stein series: Confirmed Bug description: The docs here: https://docs.openstack.org/nova/latest/cli/nova-manage.html and error message here: https://github.com/openstack/nova/blob/af40e3d1a67c8542683368fd6927ac9c0363a3b8/nova/cmd/manage.py#L526 Those are talking about a variable in code and should be saying something like [api_database]/connection instead. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1839391/+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

