yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #67106
[Bug 1714275] [NEW] GET /resource_providers: "links" doesn't include "allocations"
Public bug reported:
GET /resource_providers returns:
{
"resource_providers": [
{
"generation": 39,
"uuid": "213fd7f8-1e9f-466b-87bf-0902b0b3bc13",
"links": [
{
"href": "/placement/resource_providers/213fd7f8-1e9f-466b-87bf-0902b0b3bc13",
"rel": "self"
},
{
"href": "/placement/resource_providers/213fd7f8-1e9f-466b-87bf-0902b0b3bc13/inventories",
"rel": "inventories"
},
{
"href": "/placement/resource_providers/213fd7f8-1e9f-466b-87bf-0902b0b3bc13/usages",
"rel": "usages"
},
{
"href": "/placement/resource_providers/213fd7f8-1e9f-466b-87bf-0902b0b3bc13/aggregates",
"rel": "aggregates"
},
{
"href": "/placement/resource_providers/213fd7f8-1e9f-466b-87bf-0902b0b3bc13/traits",
"rel": "traits"
}
],
"name": "p8-100-neo"
}
]
}
The link for "/resource_providers/213fd7f8-1e9f-466b-87bf-
0902b0b3bc13/allocations" is missing.
For reference: https://review.openstack.org/#/c/366789/ added the
/resource_providers/<uuid>/allocations target; and
https://review.openstack.org/#/c/468923/ did the per-microversion
splitup of which links were reported. They were dropped in that order,
by the same author (cdent), so maybe there's a reason for this...
Placement microversion 1.10
Devstack on PowerVM
Nova master branch at commit 4579d2e5573ae1bbabb51ee46ef26598d9410b15
(Aug 11)
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1714275
Title:
GET /resource_providers: "links" doesn't include "allocations"
Status in OpenStack Compute (nova):
New
Bug description:
GET /resource_providers returns:
{
"resource_providers": [
{
"generation": 39,
"uuid": "213fd7f8-1e9f-466b-87bf-0902b0b3bc13",
"links": [
{
"href": "/placement/resource_providers/213fd7f8-1e9f-466b-87bf-0902b0b3bc13",
"rel": "self"
},
{
"href": "/placement/resource_providers/213fd7f8-1e9f-466b-87bf-0902b0b3bc13/inventories",
"rel": "inventories"
},
{
"href": "/placement/resource_providers/213fd7f8-1e9f-466b-87bf-0902b0b3bc13/usages",
"rel": "usages"
},
{
"href": "/placement/resource_providers/213fd7f8-1e9f-466b-87bf-0902b0b3bc13/aggregates",
"rel": "aggregates"
},
{
"href": "/placement/resource_providers/213fd7f8-1e9f-466b-87bf-0902b0b3bc13/traits",
"rel": "traits"
}
],
"name": "p8-100-neo"
}
]
}
The link for "/resource_providers/213fd7f8-1e9f-466b-87bf-
0902b0b3bc13/allocations" is missing.
For reference: https://review.openstack.org/#/c/366789/ added the
/resource_providers/<uuid>/allocations target; and
https://review.openstack.org/#/c/468923/ did the per-microversion
splitup of which links were reported. They were dropped in that
order, by the same author (cdent), so maybe there's a reason for
this...
Placement microversion 1.10
Devstack on PowerVM
Nova master branch at commit 4579d2e5573ae1bbabb51ee46ef26598d9410b15
(Aug 11)
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1714275/+subscriptions
Follow ups