diff options
| author | Zuul <zuul@review.opendev.org> | 2020-08-07 19:41:01 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-08-07 19:41:01 +0000 |
| commit | b8ff69eacac91342d006ce2b5f10bce65c8153d3 (patch) | |
| tree | f76aeb39524833984a8daa93e1c4fb4ef739d441 /releasenotes | |
| parent | 38e1274f478219bee8899b6c9eaa09dbfd03bbcd (diff) | |
| parent | 3b48ef54c8ad205dd086520cc17e4f96583e88ec (diff) | |
| download | python-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.yaml | 8 |
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>`_] |
