deb-glance/glance/common/location_strategy
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
..
__init__.py Improving help text for location_strategy opt. 2016-08-05 20:45:02 +00:00
location_order.py Change the format of some inconsistent docstring 2015-12-01 10:50:49 -05:00
store_type.py Fixing inconsistency in Glance store names. 2016-09-27 19:40:00 +00:00