← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1806195] Re: Documentation error - Identity API v3 (CURRENT) in Identity API Reference

 

[Expired for OpenStack Identity (keystone) because there has been no
activity for 60 days.]

** Changed in: keystone
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1806195

Title:
  Documentation error - Identity API v3 (CURRENT) in Identity API
  Reference

Status in OpenStack Identity (keystone):
  Expired

Bug description:
  This bug tracker is for errors with the documentation, use the
  following as a template and remove or add fields as you see fit.
  Convert [ ] into [x] to check boxes:

  - [x] This doc is inaccurate in this way: The Keystone API documentation shows use "id" in the scoped token payload examples for domain with a domain name vs numeric id. In some examples usage is "domain":{ "name" : "Default" } (which is valid) in other cases (as the project scoped token below) with an "id". In the example below
  "domain": {
                      "id": "b6e5540447cb3741900000000"
                  },

  OR

  "domain": {
                      "name": "default"
                  },

  Currently posted on the site is:

  {
      "auth": {
          "identity": {
              "methods": [
                  "password"
              ],
              "password": {
                  "user": {
                      "id": "ee4dfb6e5540447cb3741905149d9b6e",
                      "password": "devstacker"
                  }
              }
          },
          "scope": {
              "project": {
                  "domain": {
                      "id": "default"
                  },
                  "name": "admin"
              }
          }
      }
  }

  - [ ] This is a doc addition request.
  - [ ] I have a fix to the document that I can paste below including example: input and output. 

  If you have a troubleshooting or support issue, use the following
  resources:

   - Ask OpenStack: http://ask.openstack.org
   - The mailing list: http://lists.openstack.org
   - IRC: 'openstack' channel on Freenode

  -----------------------------------
  Release: v3.11 on 'Fri Nov 30 09:43:25 2018, commit c975568'
  SHA: 
  Source: Can't derive source file URL
  URL: https://developer.openstack.org/api-ref/identity/v3/

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1806195/+subscriptions


References