Ocata Series Release Notes

0.19.0

Prelude

Return list of store drivers in sorted order for generating configs. More info in Upgrade Notes and Bug Fixes section.

Upgrade Notes

  • Packagers should be aware that the rootwrap configuration files have been moved from etc/ to etc/glance/ in order to be consistent with where other projects place these files.

  • If using Swift in the multi-tenant mode for storing images in Glance, please note that the configuration options swift_store_multi_tenant and swift_store_config_file are now mutually exclusive and cannot be configured together. If you intend to use multi-tenant store, please make sure that you have not set a swift configuration file.

  • This version of glance_store will result in Glance generating the configs in a sorted (deterministic) order. So, preferably store releases on or after this should be used for generating any new configs if the mismatched ordering of the configs results in an issue in your environment.

Bug Fixes

  • Bug 1619487 is fixed which was causing random order of the generation of configs in Glance. See upgrade section for more details.