cc869ec7bb
* This commit updates any formatting, grammatical or other issues in the release notes for Newton * It also adds any missing yet important release notes to be part of the release Also, this commit standardizes release note page ordering: * In order to support automatically updating the release notes when we create stable branches, we want the pages to be in a standard order. This patch updates the order to be reverse chronological, so the most recent notes appear at the top. ( Inspired by Change Ib364dcc8eb31275a31c83b68d7914263b183e393 ) Co-Authored-By: Nikhil Komawar <nik.komawar@gmail.com> Co-Authored-By: Brian Rosmaita <brian.rosmaita@rackspace.com> Co-Authored-By: Steve Lewis <stevelle@gmail.com> Change-Id: I9247feb75d2b1b63eecfc4a750fd2aa070ea874b
32 lines
1.3 KiB
YAML
32 lines
1.3 KiB
YAML
---
|
|
prelude: >
|
|
- Sample configuration file shipped with Glance source now
|
|
has reordered store drivers configuration options for
|
|
future consistent ordering.
|
|
other:
|
|
- |
|
|
The sample configuration files autogenerated using the
|
|
oslo-config-generator tool now give consistent ordering
|
|
of the store drivers configurations.
|
|
|
|
* Some operators have reported issues with reordering
|
|
observed in the sample configurations shipped with
|
|
Glance release tarballs. This reordering may result
|
|
into a incorrect "diff" of the configurations used
|
|
downstream vs. newly introduced upstream.
|
|
* Latest release of ``glance_store`` library (used
|
|
in the **Newton** release of Glance) will include fix
|
|
for the ``glance_store`` bug 1619487.
|
|
* Until now every run of the oslo-config-generator
|
|
resulted in random ordering of the store drivers
|
|
configuration. After **Newton** release this order
|
|
will remain consistent.
|
|
* The store drivers configuration order in the sample or
|
|
autogenerated files should be expected to be
|
|
alphabetical as - ``cinder``, ``filesystem``,
|
|
``http``, ``rbd``, ``sheepdog``, ``swift``,
|
|
``vmware``.
|
|
* Note the code name for the "ceph" driver is ``rbd``.
|
|
* Note the ordering of the options within a store is not
|
|
alphabetical.
|