diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-06-05 20:10:56 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-06-05 20:10:56 +0000 |
| commit | c5524c80be4cd3e2443dc9539d1bf21eb3b8e297 (patch) | |
| tree | 50201851c1658f9596bd6e0ccb80184cb413dd7d /doc/source | |
| parent | adac738f17f4fbf261089f45544a72f63e3ddebe (diff) | |
| parent | 6aceca218af7d1d2c708fde48f1a5f2b798bc421 (diff) | |
| download | python-openstackclient-c5524c80be4cd3e2443dc9539d1bf21eb3b8e297.tar.gz | |
Merge "Replace "Display Name" by "Name" in volume list"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/backwards-incompatible.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/source/backwards-incompatible.rst b/doc/source/backwards-incompatible.rst index 6516e794..033860d3 100644 --- a/doc/source/backwards-incompatible.rst +++ b/doc/source/backwards-incompatible.rst @@ -27,6 +27,27 @@ Backwards Incompatible Changes .. * Remove in: <5.0> .. * Commit: <tbd> +Release 3.12.0 +-------------- + +1. Replace ``Display Name`` by ``Name`` in volume list. + + Change column name ``Display Name`` to ``Name`` in ``volume list`` output. + Current ``volume list --name`` command uses ``display_name`` as search_opts + to send to cinder API, and show the result table with ``Display Name`` + as column title. Replace all ``Display Name`` by ``Name`` to be consistent + with other list commands. + + Support a mapping for volume list -c ``Display Name`` (Volume v1 and v2) + and volume create/show -c ``display_name`` (Volume v1) to maintain backward + compatibility until the next major release. + + * In favor of: ``openstack volume list -c Name`` + * As of: 3.12.0 + * Removed in: n/a + * Bug: https://bugs.launchpad.net/python-openstackclient/+bug/1657956 + * Commit: https://review.openstack.org/#/c/423081/ + Release 3.10 ------------ @@ -62,6 +83,7 @@ Release 3.0 * Bug: n/a * Commit: https://review.openstack.org/332938 + Releases Before 3.0 ------------------- |
