python-novaclient/releasenotes/notes/remove-deprecated-option-in-9.0.0-bc76629d28f1d4c4.yaml
Matt Riedemann 40bf060233 Remove deprecated MigrationManager.list cell_name kwarg
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
2018-01-11 16:40:10 -05:00

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.