summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-08-07 19:41:01 +0000
committerGerrit Code Review <review@openstack.org>2020-08-07 19:41:01 +0000
commitb8ff69eacac91342d006ce2b5f10bce65c8153d3 (patch)
treef76aeb39524833984a8daa93e1c4fb4ef739d441 /releasenotes
parent38e1274f478219bee8899b6c9eaa09dbfd03bbcd (diff)
parent3b48ef54c8ad205dd086520cc17e4f96583e88ec (diff)
downloadpython-openstackclient-stable/stein.tar.gz
Merge "Fix openstack server list --deleted --marker option" into stable/steinstable/stein
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-2006761-9041d1b25e845cfb.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-2006761-9041d1b25e845cfb.yaml b/releasenotes/notes/bug-2006761-9041d1b25e845cfb.yaml
new file mode 100644
index 00000000..e647cf21
--- /dev/null
+++ b/releasenotes/notes/bug-2006761-9041d1b25e845cfb.yaml
@@ -0,0 +1,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>`_]