yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #26852
[Bug 1410543] [NEW] Include service name in filtered catalog
Public bug reported:
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"
}
]
}
]
** Affects: keystone
Importance: Undecided
Assignee: Bob Thyne (bob-thyne)
Status: New
** Changed in: keystone
Assignee: (unassigned) => Bob Thyne (bob-thyne)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1410543
Title:
Include service name in filtered catalog
Status in OpenStack Identity (Keystone):
New
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
Follow ups
References