yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #46666
[Bug 1410543] Re: Include service name in filtered catalog
*** This bug is a duplicate of bug 1532768 ***
https://bugs.launchpad.net/bugs/1532768
** This bug has been marked a duplicate of bug 1532768
Missing service 'region' and endpoint name for EndpointFilterCatalog
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1410543
Title:
Include service name in filtered catalog
Status in OpenStack Identity (keystone):
In Progress
Bug description:
When we filter the service catalog via endpoint filter we are
excluding the service name e.g.
"catalog": [
{
"id": "c005f16353054e53aef8a06f85304bfc",
"type": "object-store",
"endpoints": [
{
"id": "1f095b7694f04e6c9ba322f22a03005a",
"interface": "admin",
"url": "http://localhost:8080/v1",
"region_id": "RegionOne"
}
]
}
]
Instead of:
"catalog": [
{
"name": "swift",
"id": "c005f16353054e53aef8a06f85304bfc",
"type": "object-store",
"endpoints": [
{
"id": "1f095b7694f04e6c9ba322f22a03005a",
"interface": "admin",
"url": "http://localhost:8080/v1",
"region_id": "RegionOne"
}
]
}
]
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1410543/+subscriptions
References