diff --git a/glance/common/config.py b/glance/common/config.py index 2498619667..62b4157d5e 100644 --- a/glance/common/config.py +++ b/glance/common/config.py @@ -367,10 +367,11 @@ Related options: # related rules set to admin only once this option is finally removed. cfg.BoolOpt('show_multiple_locations', default=False, deprecated_for_removal=True, - deprecated_reason=_('This option will be removed in the Ocata ' - 'release because the same functionality ' - 'can be achieved with greater granularity ' - 'by using policies. Please see the Newton ' + deprecated_reason=_('This option will be removed in the Pike ' + 'release or later because the same ' + 'functionality can be achieved with ' + 'greater granularity by using policies. ' + 'Please see the Newton ' 'release notes for more information.'), deprecated_since='Newton', help=_(""" diff --git a/releasenotes/notes/update-show_multiple_locations-helptext-7fa692642b6b6d52.yaml b/releasenotes/notes/update-show_multiple_locations-helptext-7fa692642b6b6d52.yaml new file mode 100644 index 0000000000..8cd1958722 --- /dev/null +++ b/releasenotes/notes/update-show_multiple_locations-helptext-7fa692642b6b6d52.yaml @@ -0,0 +1,11 @@ +--- +other: + - | + The deprecation path for the configuration option + ``show_multiple_locations`` has been changed because + the mitigation instructions for `OSSN-0065`_ refer to + this option. It is now subject to removal on or after + the **Pike** release. The help text for this option + has been updated accordingly. + + .. _`OSSN-0065`: https://wiki.openstack.org/wiki/OSSN/OSSN-0065