summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1840978-nova-manage-255-88df61a0b69c21c7.yaml
blob: 9b13466826c5ebe857cbd8b74cbefc850a6be4ef (plain)
1
2
3
4
5
6
7
8
9
10
---
upgrade:
  - |
    The ``nova-manage`` set of commands would previously exit with return
    code 1 due to any unexpected error. However, some commands, such as
    ``nova-manage db archive_deleted_rows``,
    ``nova-manage cell_v2 map_instances`` and
    ``nova-manage placement heal_allocations`` use return code 1 for flow
    control with automation. As a result, the unexpected error return code
    has been changed from 1 to 255 for all ``nova-manage`` commands.