python-novaclient/releasenotes/notes/drop-deprecated-aggregate-update-args-17bd019f4be34b18.yaml
Matt Riedemann db55f563ad Drop deprecated aggregate-update positional args
The name and availability_zone positional arguments
were deprecated in Newton as part of change:

8030879330

This change removes them.

Change-Id: I61031eb9eea37891f0be5d67942aaae0859065f0
2017-03-20 21:51:21 -04:00

7 lines
222 B
YAML

---
upgrade:
- |
The deprecated `name` and `availability_zone` positional arguments in
the ``nova aggregate-update`` command have been removed. Use the
``--name`` and ``--availability-zone`` options instead.