yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #27678
[Bug 1404819] Re: wrong self link in the response of endpoint_groups API
** Changed in: keystone
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1404819
Title:
wrong self link in the response of endpoint_groups API
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
OS-EP-FILTER prefix is missing in the url:
curl -i -H "X-Auth-Token:$token" -H "Content-Type:application/json"
http://127.0.0.1:35357/v3/OS-EP-FILTER/endpoint_groups -d
'{"endpoint_group":{"description":"endpoint group
description","filters":
{"interface":"admin"},"name":"endpoint_group_name"}}'
{"endpoint_group": {"description": "endpoint group description",
"links": {"self":
"http://127.0.0.1:35357/v3/endpoint_groups/bb8eee6863aa4b6099e5c5b6139fd53d"},
"id": "bb8eee6863aa4b6099e5c5b6139fd53d", "filters": {"interface":
"admin"}, "name": "endpoint_group_name"}}
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1404819/+subscriptions
References