Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
3.4.0, 3.3.2
-
None
Description
The LicenseReservationInfo::licenseFeatures() method suggests it returns features from the license. In actuality, it returns the consumer features from a consumer object attached to a license reservation.
To make the API more adherent of the domain language for the unified license format, consider deprecating the current method and providing a more suitable method for retrieving the consumer information.
The qtlicd currently removes all consumers but the one that initiated the license reservation from the reservation request's response, but we may want to change this in the future. To take this into account, one suggestion is to provide two new methods:
- one that returns a Consumer struct object attached to current reservation
- one that returns an array of all Consumer objects belonging to the license
Attachments
Issue Links
- is required for
-
QLS-1820 Needed improvements and fixes for QLS 3.5.0
-
- Open
-