designate/releasenotes/notes/update-designate-manage-command-af0aec02ab582d50.yaml
zhouhenglc d708ff588b designate-manage pool update --dry-run not should pass argument
--dry-run and --delete should be switchs.
now --dry_run acts as key value pair. users do not know what is behind
--dry-run. and now whatever the value is acceptable. this is unreasonable.

Closes-bug: #1847393

Change-Id: Ia6ab93395deb95173e443f9d3ea77dd52edfcf2c
2019-10-11 17:51:57 +08:00

13 lines
303 B
YAML

---
upgrade:
- |
Update command ``designate-manage pool update``, change ``--dry_run`` to
``--dry-run``, and change ``--delete`` and ``--dry-run`` as switchs not
key value pair.
e.g.
.. code-block:: bash
$ designate-manage pool update --file pools.yml --delete --dry-run