yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #65937
[Bug 1705115] [NEW] max_version is wrong for os-quota-class-sets api reference
Public bug reported:
The network related resources that are deprecated in the os-quota-class-
sets API is specifying the wrong version:
https://developer.openstack.org/api-ref/compute/?expanded=show-the-
quota-for-quota-class-detail#show-the-quota-for-quota-class
That says those are deprecated in 2.50 but should say they are
deprecated in 2.49. That was added here:
https://review.openstack.org/#/c/483170/
It's a bit confusing, but max_version means the highest possible version
that would work with the request, just like in the API code itself. So
we should change those to max_version: 2.49 as that's the last version
you can get the network related resources in the os-quota-class-sets API
response (or specify them in the request).
** Affects: nova
Importance: High
Status: Triaged
** Tags: api-ref
--
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/1705115
Title:
max_version is wrong for os-quota-class-sets api reference
Status in OpenStack Compute (nova):
Triaged
Bug description:
The network related resources that are deprecated in the os-quota-
class-sets API is specifying the wrong version:
https://developer.openstack.org/api-ref/compute/?expanded=show-the-
quota-for-quota-class-detail#show-the-quota-for-quota-class
That says those are deprecated in 2.50 but should say they are
deprecated in 2.49. That was added here:
https://review.openstack.org/#/c/483170/
It's a bit confusing, but max_version means the highest possible
version that would work with the request, just like in the API code
itself. So we should change those to max_version: 2.49 as that's the
last version you can get the network related resources in the os-
quota-class-sets API response (or specify them in the request).
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1705115/+subscriptions
Follow ups