Add lite spec for language neutralization

Based on discussions with the Glare team at the Denver PTG:
https://etherpad.openstack.org/p/glance-queens-ptg-glance_store

Change-Id: I70ca7ad0bf2e5e7922ce95fae13405b2f1633c18
This commit is contained in:
Brian Rosmaita 2017-09-29 12:38:56 -04:00
parent 200483ed3b
commit 2e54022f1a
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
==============================
Spec Lite: Neutralize Language
==============================
:problem: The glance_store library is being consumed by another project (Glare)
but much of the language in Exception messages, log messages, and
configuration option help text talks about "images".
Additionally, some of the names of configuration options are
image-centric. (Actually, I could only find one of these):
* ``vmware_store_image_dir`` (and its default value is
'openstack_glance')
:solution: * Make the language in Exception messages, log messages, and
the configuration option help text neutral, for example, replace
'image' by 'object' and any other appropriate language changes.
* Introduce new configuration options for any options with
image-centric names and deprecate the old options using the
facilities oslo.config supplies for this purpose.
:impacts: The deprecated options will be listed in a release note.