summaryrefslogtreecommitdiff
path: root/releasenotes/notes/reworked-nova-manage-db-commands-b958b0a41a4004a6.yaml
blob: 1112b93e86863459a8037df0a89806f03e989a77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
upgrade:
  - |
    The ``nova-manage api_db sync`` and ``nova-manage db sync`` commands
    previously took an optional ``--version`` parameter to determine which
    version to sync to. For example::

        $ nova-manage api_db sync --version some-version

    This is now an optional positional argument. For example::

        $ nova-manage api_db sync some-version

    Aliases are provided but these are marked as deprecated and will be removed
    in the next release of nova.
deprecations:
  - |
    The ``--version`` parameters of the ``nova-manage api_db sync`` and
    ``nova-manage db sync`` commands has been deprecated in favor of
    positional arguments.