Reviewed: https://review.opendev.org/682041 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=b639ed080d5b74fcc3081a09bd64dd4703dea5a4 Submitter: Zuul Branch: master
commit b639ed080d5b74fcc3081a09bd64dd4703dea5a4 Author: Erno Kuvaja <[email protected]> Date: Fri Sep 13 13:55:45 2019 +0100 Correct the deprecation messages of local dir config The deprecation messages of node_staging_uri and work_dir were claiming that local directory is not needed after moving to multistore. This is not exactly true and gave false expectations of the current capabilities. For now only the way to configure those needed folder and how they are internally accessed is changing. This change corrects the deprecation message to reflect current state. Change-Id: I39c170903c64181841a22c7b9bdaa3b5a1346caa Closes-Bug: #1843891 ** Changed in: glance Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1843891 Title: False claim on deprecation message Status in Glance: Fix Released Bug description: 4265e61bc84ce9bd085a95d8734647f4875af740 introduced DEPRECATION message into the glance-api.conf claiming that "it is no longer necessary to reserve a local directory for the temporary image staging area." Similar claim was made towards tasks workspace area. Both of the claims are wrong, the dedicated directories are still necessary for these features to operate properly, only the internal mechanics how these folders are accessed are being cleaned up and new ways to configure them was introduced. To avoid any operator confusion, we should remove those claims from the deprecation messages. To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1843891/+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

