summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2018-01-11 15:59:16 -0500
committerMatt Riedemann <mriedem.os@gmail.com>2018-01-11 16:40:10 -0500
commit40bf06023314792f49c931c5a42b3f4e4be81b8e (patch)
tree37a64740b568a4f7a354db1455e2810e9f866e35 /releasenotes
parentb91ca62aea71c43f0a2ecdce3a3a3c9abd2539e0 (diff)
downloadpython-novaclient-40bf06023314792f49c931c5a42b3f4e4be81b8e.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/remove-deprecated-option-in-9.0.0-bc76629d28f1d4c4.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-deprecated-option-in-9.0.0-bc76629d28f1d4c4.yaml b/releasenotes/notes/remove-deprecated-option-in-9.0.0-bc76629d28f1d4c4.yaml
index 89d5afab..a98272c8 100644
--- a/releasenotes/notes/remove-deprecated-option-in-9.0.0-bc76629d28f1d4c4.yaml
+++ b/releasenotes/notes/remove-deprecated-option-in-9.0.0-bc76629d28f1d4c4.yaml
@@ -6,3 +6,6 @@ upgrade:
- ``--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.