deb-glance/glance/common
Dharini Chandrasekar 122a144057 Fixing inconsistency in Glance store names.
The store names used in glance and glance_store are not in sync with
each other.

This can confuse operators who have to use different names to refer to
the same store while setting values for configuration options such as
``store_type_preference`` in glance and configuration option like
``store`` in glance_store. This inconsistency may also confuse
developers during code changes, complicating future code changes with
respect to this.

Mapping store names: ``vmware_datastore`` and ``filesystem``
to ``vmware`` and ``file`` respectively to be in sync with glance_store
entry point names and at the same time accommodate backward
compatibility for old configuration files that might still be using
``filesystem`` and ``vmware_datastore``.
Note: This change applies only when multiple image locations are being
used and ``location_strategy`` configuration option is set to
``store_type``.

Note: Including glance-api.conf with this patch with the updated
configuration option help text.

Impact:
UpgradeImpact

Credit:
This patch has a release note authored by Brian Rosmaita

Change-Id: I3d8593cdae6780ae721afedcf47dd45afa684f25
Closes-Bug: #1615852
(cherry picked from commit dfa0682cac)
2016-09-27 19:40:00 +00:00
..
glare Merge "Allow mutable argument to be passed to BinaryObject artifacts" 2016-03-02 05:53:39 +00:00
location_strategy Fixing inconsistency in Glance store names. 2016-09-27 19:40:00 +00:00
scripts Import i18n functions directly 2015-12-07 18:20:43 +03:00
__init__.py Empty files shouldn't contain copyright nor license 2013-12-24 22:39:05 -06:00
auth.py Remove unused LOG to keep code clean 2016-07-09 10:13:50 +08:00
client.py fix docstring warnings and errors 2016-03-14 18:40:15 +00:00
config.py Merge "Improving help text for data access API option" 2016-09-01 17:43:41 +00:00
crypt.py Merge "remove redundant "#!/usr/bin/env python" header" 2016-02-26 01:12:03 +00:00
exception.py Use cursive for signature verification 2016-08-31 12:18:10 -07:00
jsonpatchvalidator.py Import i18n functions directly 2015-12-07 18:20:43 +03:00
property_utils.py Improving help text for proprty utils opts. 2016-08-01 20:24:38 +00:00
rpc.py Improving help text for RPC opt 2016-08-26 16:20:22 +00:00
semver_db.py Nitpick spell change 2016-07-08 14:25:47 +00:00
store_utils.py Remove references of s3 store driver 2016-08-11 12:32:48 -04:00
swift_store_utils.py Improving help text for swift_store_utils opts 2016-08-01 17:18:27 +00:00
timeutils.py Use oslo.utils exception encoding util 2016-01-22 16:14:20 -08:00
trust_auth.py Implement trust support for api v2 2016-01-14 12:37:37 +03:00
utils.py Merge "Add check to limit maximum value of max_rows" 2016-07-30 22:32:41 +00:00
wsgi.py Improving help text for WSGI server conf opts. 2016-08-31 20:50:48 +00:00
wsme_utils.py Replace oslo_utils.timeutils 2015-12-10 10:53:46 +00:00