70ade476b8
Cinder APIs require size values to be in gibibytes (GiB). Horizon panels show these values in gigabytes (GB), which confuses storage admins. Change-Id: I62ab332d3415f35ead237dd1af5f6a11eb193654 Partially-Implements: blueprint gb-to-gib-conversion Closes-bug: #1511167
12 lines
592 B
YAML
12 lines
592 B
YAML
---
|
|
prelude: >
|
|
Cinder defines storage size in gibibytes (GiB), which is inconsistent with Horizon panels that
|
|
show/request storage size in gigabytes (GB).
|
|
features:
|
|
- All Volume related panels in Horizon that previously used the term "GB" and "gigabyte" have been
|
|
replaced with 'GiB' and 'gibibyte'.
|
|
issues:
|
|
- There are also some Nova related panels (e.g. "Instances") that reference storage size in "GB".
|
|
These panels will be addressed in subsequent patches.
|
|
fixes:
|
|
- blueprint gb-to-gib-conversion <https://blueprints.launchpad.net/horizon/+spec/gb-to-gib-conversion/> |