yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #26394
[Bug 1404819] [NEW] wrong self link of endpoint_groups API
Public bug reported:
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"}}
** Affects: keystone
Importance: Undecided
Assignee: wanghong (w-wanghong)
Status: New
** Changed in: keystone
Assignee: (unassigned) => wanghong (w-wanghong)
--
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 of endpoint_groups API
Status in OpenStack Identity (Keystone):
New
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
Follow ups
References