Fix incorrect links in OS-EP-FILTER docs

Some links were incorrect for service providers filtering api responses.

Please note that even though the code is not merged yet the docs are
required while proposing feature specification.

The code implementing service providers filtering is available here
https://review.openstack.org/#/c/264854/

Change-Id: I41a8d902f405e6558324f1b49915f673f44e95cf
Closes-Bug: #1532745
This commit is contained in:
Marek Denis 2016-01-11 11:36:24 +01:00
parent d0c29bbdd8
commit 960b0da969
1 changed files with 2 additions and 2 deletions

View File

@ -750,7 +750,7 @@ Response:
"links": {
"next": null,
"previous": null,
"self": "http://identity:5000/v3/OS-FEDERATION/service_providers"
"self": "http://identity:5000/v3/OS-EP-FILTER/projects/abcd1234/service_providers"
},
"service_providers": [
{
@ -819,7 +819,7 @@ Response:
{
"links": {
"self": "http://identity:5000/v3/OS-EP-FILTER/endpoints/6fedc0/projects",
"self": "http://identity:5000/v3/OS-EP-FILTER/service_providers/6fedc0/projects",
"previous": null,
"next": null
},