d708ff588b
--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
13 lines
303 B
YAML
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
|
|
|