nova/releasenotes/notes/remove-arguments-db-sync-command-1a3249d05322e571.yaml
Takashi NATSUME 2c94aa7d9f Remove deprecated arguments in db sync command
Remove deprecated optional argument '--version'
in the following commands.

* nova-manage db sync
* nova-manage api_db sync

Change-Id: I7795e308497de66329f288b43ecfbf978d67ad75
2019-06-20 11:00:38 +09:00

9 lines
212 B
YAML

---
upgrade:
- |
The ``--version`` argument has been removed in the following commands.
Use the ``VERSION`` positional argument instead.
- ``nova-manage db sync``
- ``nova-manage api_db sync``