← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1346207] [NEW] v2.0/tenants/{tenantId} reports 404

 

Public bug reported:

On running GET on the v2.0/tenants returns two projects as follows:
{
    "tenants_links": [],
    "tenants": [
        {
            "description": null,
            "enabled": true,
            "id": "0f90bb31a01c453f851a5ca4e5e178ab",
            "name": "demo"
        },
        {
            "description": null,
            "enabled": true,
            "id": "dc0a88dc51624167b747211ec050a08e",
            "test": "value",
            "name": "admin"
        }
    ]
}

Then , on running v2.0/tenants/0f90bb31a01c453f851a5ca4e5e178ab reports
404.

But it should be returning the project "demo" details

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1346207

Title:
  v2.0/tenants/{tenantId} reports 404

Status in OpenStack Identity (Keystone):
  New

Bug description:
  On running GET on the v2.0/tenants returns two projects as follows:
  {
      "tenants_links": [],
      "tenants": [
          {
              "description": null,
              "enabled": true,
              "id": "0f90bb31a01c453f851a5ca4e5e178ab",
              "name": "demo"
          },
          {
              "description": null,
              "enabled": true,
              "id": "dc0a88dc51624167b747211ec050a08e",
              "test": "value",
              "name": "admin"
          }
      ]
  }

  Then , on running v2.0/tenants/0f90bb31a01c453f851a5ca4e5e178ab
  reports 404.

  But it should be returning the project "demo" details

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


Follow ups

References