summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-2006761-9041d1b25e845cfb.yaml
blob: e647cf211413da7826e6ee7cf43beaf570943ad6 (plain)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Fixes the "No server with a name or ID of 'id' exists" error when running
    ``server list --deleted --marker``. The fix removes using a name for
    the marker when both ``--deleted`` and ``--marker`` are used. In
    this scenario an ID must be supplied for the marker.
    [Story `2006761 <https://storyboard.openstack.org/#!/story/2006761>`_]