← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1282266] [NEW] enabled attribute missing from GET /v3/endpoints

 

Public bug reported:

response from current master:

RESP BODY: {"endpoints": [{"links": {"self":
"http://localhost:5000/v3/endpoints/7237fc3ba1ec460595e8de463a5c7132"},
"url": "http://localhost:35357/v3";, "region": "regionOne", "interface":
"admin", "service_id": "0c8a9efdeada49d689c4d3ef29ecb3d7", "id":
"7237fc3ba1ec460595e8de463a5c7132"}], "links": {"self":
"http://localhost:5000/v3/endpoints";, "previous": null, "next": null}}

response from stable/havana (this is correct):

RESP BODY: {"endpoints": [{"links": {"self":
"http://localhost:5000/v3/endpoints/6e1b54c3423347f1bafb20030dabb412"},
"url": "http://127.0.0.1:35357/";, "region": null, "enabled": true,
"interface": "admin", "service_id": "f43f1d5cb2e04edda9316077421062c8",
"id": "6e1b54c3423347f1bafb20030dabb412"}], "links": {"self":
"http://localhost:5000/v3/endpoints";, "previous": null, "next": null}}

** Affects: keystone
     Importance: High
         Status: Triaged

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

Title:
  enabled attribute missing from GET /v3/endpoints

Status in OpenStack Identity (Keystone):
  Triaged

Bug description:
  response from current master:

  RESP BODY: {"endpoints": [{"links": {"self":
  "http://localhost:5000/v3/endpoints/7237fc3ba1ec460595e8de463a5c7132"},
  "url": "http://localhost:35357/v3";, "region": "regionOne",
  "interface": "admin", "service_id":
  "0c8a9efdeada49d689c4d3ef29ecb3d7", "id":
  "7237fc3ba1ec460595e8de463a5c7132"}], "links": {"self":
  "http://localhost:5000/v3/endpoints";, "previous": null, "next": null}}

  response from stable/havana (this is correct):

  RESP BODY: {"endpoints": [{"links": {"self":
  "http://localhost:5000/v3/endpoints/6e1b54c3423347f1bafb20030dabb412"},
  "url": "http://127.0.0.1:35357/";, "region": null, "enabled": true,
  "interface": "admin", "service_id":
  "f43f1d5cb2e04edda9316077421062c8", "id":
  "6e1b54c3423347f1bafb20030dabb412"}], "links": {"self":
  "http://localhost:5000/v3/endpoints";, "previous": null, "next": null}}

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


Follow ups

References