link error messages in the API to formal documentation when that's set up and stable

Bug #928060 reported by Joseph Heck
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Invalid
Medium
Unassigned

Bug Description

link error messages in the API to formal documentation (keystone.openstack.org) when that's set up and stable

Joseph Heck (heckj)
tags: added: blueprint
Dolph Mathews (dolph)
tags: added: v3api
Revision history for this message
Dolph Mathews (dolph) wrote :

Tagged this for the v3api because I'd like to define something like this for "links" attribute in v3:

    {
      "error": {
        "code": 400,
        "message": "Request is malformed.",
        "title": "Bad Request",
        "links": {
          "docs": "http://docs.openstack.org/developer/keystone/errors.html#400"
        }
      }
    }

Changed in keystone:
assignee: nobody → Victor Howard (victor-r-howard)
Changed in keystone:
assignee: Victor Howard (victor-r-howard) → nobody
Revision history for this message
Dolph Mathews (dolph) wrote :

Closing because there's a similar OpenStack-wide discussion to accomplish the same thing.

Changed in keystone:
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.