40bf060233
The cell_name kwarg was deprecated in Pike: I54468682d5391668a513e708e26bc3c165c95ca1 And the CLI option was removed earlier in Queens (not yet released): I5d11eda2a6b35de98f0484492f597a87df882013 But that change forgot about the python API binding code so this change removes that as well and updates the release note. Change-Id: I0cf808eaf7df80e221b412d2374b81fd402bd037 Closes-Bug: #1668743
12 lines
363 B
YAML
12 lines
363 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The following deprecated options have been removed:
|
|
|
|
- ``--tenant`` (from ``flavor access list``)
|
|
- ``--cell_name`` (from ``migration list``)
|
|
- ``--volume-service-name`` (global option)
|
|
|
|
As a result, the ``novaclient.v2.migrations.MigrationManager.list``
|
|
python API binding method no longer takes a ``cell_name`` kwarg.
|