Correct 2.5 minor version bump release note

Current release note says adding a member to a private image will
result in a 409, but it actually results in a 403.  Changing the text
to say the more neutral "4xx response" without specifying a return
code, because there are several errors that could happen here, for
example, 401, 404, 403.  Interested parties will know to look in the
api-ref, where the error codes can be listed with more context than
is appropriate for a release note.

Change-Id: If513e5a0441b2c110c9339544a47ad33d77afaaf
This commit is contained in:
Brian Rosmaita 2017-01-31 09:16:58 -05:00
parent e842cffc12
commit 58bf19d497
1 changed files with 3 additions and 1 deletions

View File

@ -15,4 +15,6 @@ upgrade:
In this release, an image must have a visibility of ``shared``
in order to accept member operations. Attempting to add a
member to an image with a visibility of ``private`` will result
in a 409 (Conflict) response.
in a `4xx response`_ containing an informative message.
.. _`4xx response`: https://developer.openstack.org/api-ref/image/v2/?expanded=create-image-member-detail#create-image-member