dfa0682cac93938fc6fe3c0ccfb0640a0a18ee33

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: This change does not require a config refresh change. Impact: UpgradeImpact Credit: This patch has a release note authored by Brian Rosmaita Change-Id: I3d8593cdae6780ae721afedcf47dd45afa684f25 Closes-Bug: #1615852
Glance
Glance is a project that defines services for discovering, registering, retrieving and storing virtual machine images.
Use the following resources to learn more:
Description
Languages
Python
99.9%